RenderText

Sends the given test to be rendered on the Falke display.

See also

Types

Link copied to clipboard
data class Data(val text: String, val positionX: Int, val positionY: Int, val duration: Int, val fontType: RenderText.FontType, val rotatedWithKnickbridgeAngle: Boolean)
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(byteArray: ByteArray): RenderText.Data

De-Serializes the given byteArray into the type T.

Link copied to clipboard
open override fun serialize(item: RenderText.Data): ByteArray

Serializes the given item into a ByteArray to be transmitted over the air.

Link copied to clipboard
open override fun toString(): String