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
DemoAppand return an owned raw pointer. - rlvgl_
destroy_ ⚠app - FFI entry point: destroy a previously created application.