refactor(app): replace LVGL_VER_RES
with LVGL_HOR_VER_MAX
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
This commit is contained in:
parent
edba0d44a3
commit
250cc07749
6 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@ if LVGL
|
||||||
config LVGL_HOR_RES_MAX
|
config LVGL_HOR_RES_MAX
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
config LVGL_VER_RES
|
config LVGL_VER_RES_MAX
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
config LVGL_VDB_SIZE
|
config LVGL_VDB_SIZE
|
||||||
|
|
|
@ -37,7 +37,7 @@ if LVGL
|
||||||
config LVGL_HOR_RES_MAX
|
config LVGL_HOR_RES_MAX
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
config LVGL_VER_RES
|
config LVGL_VER_RES_MAX
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
config LVGL_VDB_SIZE
|
config LVGL_VDB_SIZE
|
||||||
|
|
|
@ -37,7 +37,7 @@ if LVGL
|
||||||
config LVGL_HOR_RES_MAX
|
config LVGL_HOR_RES_MAX
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
config LVGL_VER_RES
|
config LVGL_VER_RES_MAX
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config LVGL_VDB_SIZE
|
config LVGL_VDB_SIZE
|
||||||
|
|
|
@ -33,7 +33,7 @@ if LVGL
|
||||||
config LVGL_HOR_RES_MAX
|
config LVGL_HOR_RES_MAX
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
config LVGL_VER_RES
|
config LVGL_VER_RES_MAX
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
config LVGL_VDB_SIZE
|
config LVGL_VDB_SIZE
|
||||||
|
|
|
@ -39,7 +39,7 @@ if LVGL
|
||||||
config LVGL_HOR_RES_MAX
|
config LVGL_HOR_RES_MAX
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
config LVGL_VER_RES
|
config LVGL_VER_RES_MAX
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
config LVGL_VDB_SIZE
|
config LVGL_VDB_SIZE
|
||||||
|
|
|
@ -33,7 +33,7 @@ if LVGL
|
||||||
config LVGL_HOR_RES_MAX
|
config LVGL_HOR_RES_MAX
|
||||||
default 128
|
default 128
|
||||||
|
|
||||||
config LVGL_VER_RES
|
config LVGL_VER_RES_MAX
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
config LVGL_VDB_SIZE
|
config LVGL_VDB_SIZE
|
||||||
|
|
Loading…
Reference in a new issue