1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +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:
Arno Moonen 2022-04-13 15:38:20 +02:00 committed by GitHub
parent 56383c46cf
commit 016099e09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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