Lines Matching full:lvgl
1 # Demos for LVGL
4 1. demos can be found in the 'demos' folder once you clone the lvgl.
23 /* Stress test for LVGL */
50 3. If your development environment or toolchain does not add source files inside '***lvgl***' folde…
55 #include "lvgl.h"
70 #include "lvgl.h"
118 See in [widgets](https://github.com/lvgl/lvgl/tree/master/demos/widgets) folder.
120 
131 …ws what kind of modern, smartphone-like user interfaces can be created on LVGL. It works the best …
133 See in [music](https://github.com/lvgl/lvgl/tree/master/demos/music) folder.
135 
138 LVGL allows you to control the widgets with a keypad and/or encoder without a touchpad. This demo s…
139 Learn more about the touchpad-less usage of LVGL [here](https://docs.lvgl.io/master/overview/indev.…
141 See in [keypad_encoder](https://github.com/lvgl/lvgl/tree/master/demos/keypad_encoder) folder.
143 
146 A demo to measure the performance of LVGL or to compare different settings.
147 See in [benchmark](https://github.com/lvgl/lvgl/tree/master/demos/benchmark) folder.
148 
151 A stress test for LVGL. It contains a lot of object creation, deletion, animations, style usage, an…
152 See in [stress](https://github.com/lvgl/lvgl/tree/master/demos/stress) folder.
153 
156 …n and coding style guidelines, please refer to the file docs/CONTRIBUTING.md in the main LVGL repo:
157 https://github.com/lvgl/lvgl