diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-18 16:38:59 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-14 12:41:25 -0500 |
commit | 250cc077496e9e296d0c58c594be979067eaf9f0 (patch) | |
tree | 5372e2458f76634cd811536a828a18e8fc5c83e4 | |
parent | edba0d44a35599c1ebeea853530c0a3a46cd60e4 (diff) |
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
-rw-r--r-- | app/boards/shields/corne/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/jorne/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/kyria/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/lily58/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/microdox/Kconfig.defconfig | 2 | ||||
-rw-r--r-- | app/boards/shields/sofle/Kconfig.defconfig | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/app/boards/shields/corne/Kconfig.defconfig b/app/boards/shields/corne/Kconfig.defconfig index 3f1e783..0355c77 100644 --- a/app/boards/shields/corne/Kconfig.defconfig +++ b/app/boards/shields/corne/Kconfig.defconfig @@ -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 diff --git a/app/boards/shields/jorne/Kconfig.defconfig b/app/boards/shields/jorne/Kconfig.defconfig index ee1f80e..c0df54b 100644 --- a/app/boards/shields/jorne/Kconfig.defconfig +++ b/app/boards/shields/jorne/Kconfig.defconfig @@ -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 diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig index 3bd914a..8d5fe81 100644 --- a/app/boards/shields/kyria/Kconfig.defconfig +++ b/app/boards/shields/kyria/Kconfig.defconfig @@ -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 diff --git a/app/boards/shields/lily58/Kconfig.defconfig b/app/boards/shields/lily58/Kconfig.defconfig index 80eab54..81feefd 100644 --- a/app/boards/shields/lily58/Kconfig.defconfig +++ b/app/boards/shields/lily58/Kconfig.defconfig @@ -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 diff --git a/app/boards/shields/microdox/Kconfig.defconfig b/app/boards/shields/microdox/Kconfig.defconfig index 3d9bc24..3f8b748 100644 --- a/app/boards/shields/microdox/Kconfig.defconfig +++ b/app/boards/shields/microdox/Kconfig.defconfig @@ -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 diff --git a/app/boards/shields/sofle/Kconfig.defconfig b/app/boards/shields/sofle/Kconfig.defconfig index 3fa2f7a..6a4f863 100644 --- a/app/boards/shields/sofle/Kconfig.defconfig +++ b/app/boards/shields/sofle/Kconfig.defconfig @@ -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 |