esp32_composite_video_lib/examples/lvgl_demo/main/Kconfig

10 wiersze
274 B
Plaintext
Czysty Zwykły widok Historia

menu "Example Configuration"
config VIDEO_MODE_NTSC
bool "NTSC video mode instead of default PAL/SECAM"
default n
help
Configure example to work with NTSC used mostly in North America and Japan.
Default PAL/SECAM is used in Europe and other countries.
endmenu