Package-level declarations

Types

Link copied to clipboard
expect class AsyncCallback : Closable

Represents a LVGL async callback.

actual class AsyncCallback : Closable
actual class AsyncCallback : Closable
Link copied to clipboard
expect class Timer : Closable

Calls a function periodically.

actual class Timer : Closable
actual class Timer : Closable
Link copied to clipboard
expect class TimerCallback : Closable

Represents a LVGL timer callback.

actual class TimerCallback : Closable
actual class TimerCallback : Closable

Functions

Link copied to clipboard
expect fun asyncCall(callback: AsyncCallback)

Makes a non-blocking call with a callback.

actual fun asyncCall(callback: AsyncCallback)
actual fun asyncCall(callback: AsyncCallback)
toTimer
Link copied to clipboard
fun CPointer<lv_timer_t>?.toTimer(): Timer
fun CPointer<lv_timer_t>?.toTimer(): Timer