mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
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:
@@ -985,6 +985,14 @@ menu "LVGL configuration"
|
|||||||
bool "Enable Monkey test"
|
bool "Enable Monkey test"
|
||||||
default n
|
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
|
config LV_USE_IMGFONT
|
||||||
bool "draw img in label or span obj"
|
bool "draw img in label or span obj"
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user