![]() |
||
---|---|---|
.. | ||
main | ||
CMakeLists.txt | ||
README.md | ||
sdkconfig.defaults |
README.md
ESP32 LVGL Example
This example show how to use video library with LVGL graphics library.
Build
cd examples/lvgl_demo
idf.py build
idf.py flash
Video mode
By default, the example generates a PAL/SECAM signal.
To generate NTSC video, use menuconfig
to change the mode.
- Execute
idf.py menuconfig
. - Go to
Component config->Example Configuration
- Check
NTSC video mode instead of default PAL/SECAM
.