Skip to main content

Crate rlvgl_app_demo

Crate rlvgl_app_demo 

Source
Expand description

Demo application for rlvgl showcasing core widgets and plugin features.

Implements the Application trait so it can be loaded statically or dynamically by the simulator and hardware runtimes.

Structs§

DemoApp
Demo application state.

Functions§

create_app
Create a new demo application as a boxed trait object.
flush_pending
Flush any widgets queued during event callbacks into the root tree.
rlvgl_create_app
FFI entry point: create a new DemoApp and return an owned raw pointer.
rlvgl_destroy_app
FFI entry point: destroy a previously created application.