feat(nuttx): add indev cursor display (#7021)

Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
This commit is contained in:
jianglianfang
2024-10-16 17:40:54 +08:00
committed by GitHub
parent 55876d4f1e
commit 79b3bf1265
6 changed files with 62 additions and 1 deletions
+7
View File
@@ -1829,6 +1829,13 @@ menu "LVGL configuration"
depends on LV_USE_NUTTX
default n
config LV_NUTTX_TOUCHSCREEN_CURSOR_SIZE
int "Touchscreen cursor size in pixels"
depends on LV_USE_NUTTX_TOUCHSCREEN
default 0
help
Set to 0 to disable cursor, or set to a value greater than 0 to set the cursor size in pixels.
config LV_USE_LINUX_DRM
bool "Use Linux DRM device"
default n