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