Skip to content

Commit 54bf794

Browse files
authored
Fix for slideshow setting
1 parent b1391b3 commit 54bf794

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/lv_examples/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ menu "lv_examples configuration"
1212
config LV_USE_DEMO_WIDGETS
1313
bool "Show demo widgets."
1414

15-
config LV_DEMO_WIDGETS_SLIDESHOW
16-
bool "Slide demo widgets automatically."
17-
depends on LV_USE_DEMO_WIDGETS
18-
default y
19-
2015
config LV_USE_DEMO_KEYPAD_AND_ENCODER
2116
bool "Demonstrate the usage of encoder and keyboard."
2217

@@ -26,4 +21,9 @@ menu "lv_examples configuration"
2621
config LV_USE_DEMO_STRESS
2722
bool "Stress test for LVGL."
2823
endchoice
24+
25+
config LV_DEMO_WIDGETS_SLIDESHOW
26+
bool "Slide demo widgets automatically."
27+
depends on LV_USE_DEMO_WIDGETS
28+
default y
2929
endmenu

0 commit comments

Comments
 (0)