Companion

expect object Companion
actual object Companion
actual object Companion

Functions

fromPointer
Link copied to clipboard
fun fromPointer(ptr: CPointer<lv_disp_t>?): Display
fun fromPointer(ptr: CPointer<lv_disp_t>?): Display

Properties

Link copied to clipboard
expect val currentDisplay: Display

The current display. In many cases this will be the primary display.

actual val currentDisplay: Display
actual val currentDisplay: Display
Link copied to clipboard
expect var currentTheme: Theme

The current theme applied to the current display.

actual var currentTheme: Theme
actual var currentTheme: Theme