From edba0d44a35599c1ebeea853530c0a3a46cd60e4 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Wed, 18 Nov 2020 16:37:59 +0000 Subject: refactor(app): replace `LVGL_HOR_RES` with `LVGL_HOR_RES_MAX` See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467 --- app/boards/shields/corne/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/boards/shields/corne/Kconfig.defconfig') diff --git a/app/boards/shields/corne/Kconfig.defconfig b/app/boards/shields/corne/Kconfig.defconfig index 8878da3..3f1e783 100644 --- a/app/boards/shields/corne/Kconfig.defconfig +++ b/app/boards/shields/corne/Kconfig.defconfig @@ -34,7 +34,7 @@ endif # ZMK_DISPLAY if LVGL -config LVGL_HOR_RES +config LVGL_HOR_RES_MAX default 128 config LVGL_VER_RES -- cgit v1.2.3