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 ![Basic demo to show the widgets of LVGL](widgets/screenshot1.png)
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 ![Music player demo with LVGL](music/screenshot1.gif)
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 ![Keypad and encoder navigation in LVGL embedded GUI library](keypad_encoder/screenshot1.png)
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 ![Benchmark demo with LVGL embedded GUI library](benchmark/screenshot1.png)
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 ![Stress test for LVGL](stress/screenshot1.png)
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