chore(indev_gesture): add missing config and fix warning (#7461)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX
2024-12-16 20:03:17 +08:00
committed by GitHub
parent 33fc3175a0
commit 6decbb7f77
5 changed files with 29 additions and 27 deletions

View File

@@ -750,6 +750,11 @@ menu "LVGL configuration"
bool "Enable multi-thread render"
default n
depends on LV_USE_VG_LITE_THORVG
config LV_USE_GESTURE_RECOGNITION
bool "Enable the multi-touch gesture recognition feature"
depends on LV_USE_FLOAT
default n
endmenu
endmenu