refactor(app): replace LVGL_HOR_RES with LVGL_HOR_RES_MAX

See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
This commit is contained in:
innovaker 2020-11-18 16:37:59 +00:00 committed by Pete Johanson
parent f7d9d52221
commit edba0d44a3
6 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@ endif # ZMK_DISPLAY
if LVGL
config LVGL_HOR_RES
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES

View file

@ -34,7 +34,7 @@ endif # ZMK_DISPLAY
if LVGL
config LVGL_HOR_RES
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES

View file

@ -34,7 +34,7 @@ endif # ZMK_DISPLAY
if LVGL
config LVGL_HOR_RES
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES

View file

@ -30,7 +30,7 @@ endif # ZMK_DISPLAY
if LVGL
config LVGL_HOR_RES
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES

View file

@ -36,7 +36,7 @@ endif # ZMK_DISPLAY
if LVGL
config LVGL_HOR_RES
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES

View file

@ -30,7 +30,7 @@ endif # ZMK_DISPLAY
if LVGL
config LVGL_HOR_RES
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES