Browse Source

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
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
250cc07749
  1. 2
      app/boards/shields/corne/Kconfig.defconfig
  2. 2
      app/boards/shields/jorne/Kconfig.defconfig
  3. 2
      app/boards/shields/kyria/Kconfig.defconfig
  4. 2
      app/boards/shields/lily58/Kconfig.defconfig
  5. 2
      app/boards/shields/microdox/Kconfig.defconfig
  6. 2
      app/boards/shields/sofle/Kconfig.defconfig

2
app/boards/shields/corne/Kconfig.defconfig

@ -37,7 +37,7 @@ if LVGL @@ -37,7 +37,7 @@ if LVGL
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES
config LVGL_VER_RES_MAX
default 32
config LVGL_VDB_SIZE

2
app/boards/shields/jorne/Kconfig.defconfig

@ -37,7 +37,7 @@ if LVGL @@ -37,7 +37,7 @@ if LVGL
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES
config LVGL_VER_RES_MAX
default 32
config LVGL_VDB_SIZE

2
app/boards/shields/kyria/Kconfig.defconfig

@ -37,7 +37,7 @@ if LVGL @@ -37,7 +37,7 @@ if LVGL
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES
config LVGL_VER_RES_MAX
default 64
config LVGL_VDB_SIZE

2
app/boards/shields/lily58/Kconfig.defconfig

@ -33,7 +33,7 @@ if LVGL @@ -33,7 +33,7 @@ if LVGL
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES
config LVGL_VER_RES_MAX
default 32
config LVGL_VDB_SIZE

2
app/boards/shields/microdox/Kconfig.defconfig

@ -39,7 +39,7 @@ if LVGL @@ -39,7 +39,7 @@ if LVGL
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES
config LVGL_VER_RES_MAX
default 32
config LVGL_VDB_SIZE

2
app/boards/shields/sofle/Kconfig.defconfig

@ -33,7 +33,7 @@ if LVGL @@ -33,7 +33,7 @@ if LVGL
config LVGL_HOR_RES_MAX
default 128
config LVGL_VER_RES
config LVGL_VER_RES_MAX
default 32
config LVGL_VDB_SIZE

Loading…
Cancel
Save