mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
sim/lvgl: Add CONFIG_INPUT_MOUSE to get GUI working
This commit is contained in:
parent
2071aadc0e
commit
afc0e2f0f4
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE=32768
|
|||
CONFIG_GRAPHICS_LVGL=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=4096
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_INPUT_MOUSE=y
|
||||
CONFIG_LV_COLOR_DEPTH=32
|
||||
CONFIG_LV_HOR_RES=640
|
||||
CONFIG_LV_VER_RES=480
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue