func updateCursor() { display.SetCursor(cursor - currentScroll) display.DrawLine() }
func Draw() { display.ShowLine(visibleLine()) display.SetCursor(cursor - currentScroll) display.DrawLine() display.Flush() }