Display

class Display

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addLine(text: String): Display
Link copied to clipboard
Link copied to clipboard
fun remove()
Link copied to clipboard
fun setAlign(value: String): Display
Link copied to clipboard
Link copied to clipboard
fun setLine(index: Int, text: String): Display
Link copied to clipboard
Link copied to clipboard
fun setTextColor(color: Int): Display
Link copied to clipboard
Link copied to clipboard
fun setX(value: Int): Display
Link copied to clipboard
fun setY(value: Int): Display