samples: display: lvgl use posix input, remove defaults
Add support of SDL mouse events as input for the LVGL platforms: native_posix(_64) Signed-off-by: Pavlo Hamov <pasha.gamov@gmail.com>
This commit is contained in:
parent
687f407f29
commit
44b43710f2
|
@ -1,4 +1,6 @@
|
|||
CONFIG_SDL_DISPLAY=y
|
||||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
||||
CONFIG_SDL_DISPLAY_X_RES=320
|
||||
CONFIG_SDL_DISPLAY_Y_RES=240
|
||||
|
||||
CONFIG_KSCAN=y
|
||||
CONFIG_LVGL_POINTER_KSCAN=y
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
CONFIG_SDL_DISPLAY=y
|
||||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
||||
CONFIG_SDL_DISPLAY_X_RES=320
|
||||
CONFIG_SDL_DISPLAY_Y_RES=240
|
||||
|
||||
CONFIG_KSCAN=y
|
||||
CONFIG_LVGL_POINTER_KSCAN=y
|
||||
|
|
Loading…
Reference in a new issue