We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1391b3 commit 54bf794Copy full SHA for 54bf794
components/lv_examples/Kconfig
@@ -12,11 +12,6 @@ menu "lv_examples configuration"
12
config LV_USE_DEMO_WIDGETS
13
bool "Show demo widgets."
14
15
- config LV_DEMO_WIDGETS_SLIDESHOW
16
- bool "Slide demo widgets automatically."
17
- depends on LV_USE_DEMO_WIDGETS
18
- default y
19
-
20
config LV_USE_DEMO_KEYPAD_AND_ENCODER
21
bool "Demonstrate the usage of encoder and keyboard."
22
@@ -26,4 +21,9 @@ menu "lv_examples configuration"
26
config LV_USE_DEMO_STRESS
27
bool "Stress test for LVGL."
28
23
endchoice
24
+
25
+ config LV_DEMO_WIDGETS_SLIDESHOW
+ bool "Slide demo widgets automatically."
+ depends on LV_USE_DEMO_WIDGETS
+ default y
29
endmenu
0 commit comments