fix(demo): Add missing Kconfig symbols for ebike and high res

Adds the missing Kconfig symbols for ebike and high resolution demo.
This commit is contained in:
Fabian Blatz
2025-01-26 19:11:21 +01:00
committed by Gabor Kiss-Vamosi
parent b6adc8fe70
commit 7d088e2399
+4
View File
@@ -2060,6 +2060,10 @@ menu "LVGL configuration"
depends on LV_USE_VECTOR_GRAPHIC
config LV_USE_DEMO_SMARTWATCH
bool "Smartwatch demo"
config LV_USE_DEMO_EBIKE
bool "Ebike demo"
config LV_USE_DEMO_HIGH_RES
bool "High resolution demo"
endmenu
endmenu