Learn by ExamplesΒΆ
We have prepared several tutorials in https://github.com/lvgl/lvgl_editor/tree/master/tutorials.
By using https://viewer.lvgl.io/ you can easily try them out right in your browser.
Hello World See how to create a styled button with a label in XML.
New Component Create new components and build a screen from them.
Assets Learn how to use images and fonts.
Screens Try out the screen load and screen create events.
Layouts Check out the nested flex layouts in action.
Data Binding See the power of data bindings.
Translations Learn how to translate texts and preview them.
Animations Create timeline-based animations and play them on button click.