Skip to content

Commit

Permalink
samples: display: lvgl use posix input, remove defaults
Browse files Browse the repository at this point in the history
Add support of SDL mouse events as input for the LVGL
platforms: native_posix(_64)

Signed-off-by: Pavlo Hamov <pasha.gamov@gmail.com>
  • Loading branch information
pavlohamov authored and MaureenHelm committed Mar 11, 2020
1 parent 687f407 commit 44b4371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion samples/display/lvgl/boards/native_posix.conf
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion samples/display/lvgl/boards/native_posix_64.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 44b4371

Please sign in to comment.