fix(Kconfig): Add LV_USE_GRIDNAV and LV_USE_FRAGMENT to Kconfig (#3270)

Co-authored-by: Arno Moonen <arno.moonen@airios.eu>
This commit is contained in:
Arno Moonen
2022-04-13 15:38:20 +02:00
committed by GitHub
parent 56383c46cf
commit 016099e09c
+8
View File
@@ -985,6 +985,14 @@ menu "LVGL configuration"
bool "Enable Monkey test"
default n
config LV_USE_GRIDNAV
bool "Enable grid navigation"
default n
config LV_USE_FRAGMENT
bool "Enable lv_obj fragment"
default n
config LV_USE_IMGFONT
bool "draw img in label or span obj"
default n