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: 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/kyria/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/boards/shields/kyria') 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 -- cgit v1.2.3