From 250cc077496e9e296d0c58c594be979067eaf9f0 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Wed, 18 Nov 2020 16:38:59 +0000 Subject: [PATCH] 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 --- app/boards/shields/corne/Kconfig.defconfig | 2 +- app/boards/shields/jorne/Kconfig.defconfig | 2 +- app/boards/shields/kyria/Kconfig.defconfig | 2 +- app/boards/shields/lily58/Kconfig.defconfig | 2 +- app/boards/shields/microdox/Kconfig.defconfig | 2 +- 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 3f1e7833..0355c776 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 ee1f80ea..c0df54bb 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 3bd914aa..8d5fe811 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 80eab549..81feefde 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 3d9bc24b..3f8b7481 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 3fa2f7a4..6a4f863b 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