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
parent 01e976379c
commit 5c3c18d3eb
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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