sim/lvgl: Add CONFIG_INPUT_MOUSE to get GUI working

This commit is contained in:
Alan C. Assis 2021-09-01 12:45:59 -03:00 committed by Gustavo Henrique Nihei
parent 2071aadc0e
commit afc0e2f0f4

View File

@ -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