Esempio n. 1
0
func updateCursor() {
	display.SetCursor(cursor - currentScroll)
	display.DrawLine()
}
Esempio n. 2
0
func Draw() {
	display.ShowLine(visibleLine())
	display.SetCursor(cursor - currentScroll)
	display.DrawLine()
	display.Flush()
}