diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-18 16:37:59 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-14 12:41:25 -0500 |
commit | edba0d44a35599c1ebeea853530c0a3a46cd60e4 (patch) | |
tree | 40cabc6e2730b5af797ba56dbae60479db903982 | |
parent | f7d9d522218e12cffb44fc0102b2bb0cf8174d42 (diff) |
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
-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 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 diff --git a/app/boards/shields/jorne/Kconfig.defconfig b/app/boards/shields/jorne/Kconfig.defconfig index a8cf29b..ee1f80e 100644 --- a/app/boards/shields/jorne/Kconfig.defconfig +++ b/app/boards/shields/jorne/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 diff --git a/app/boards/shields/kyria/Kconfig.defconfig b/app/boards/shields/kyria/Kconfig.defconfig index 405377b..3bd914a 100644 --- a/app/boards/shields/kyria/Kconfig.defconfig +++ b/app/boards/shields/kyria/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 diff --git a/app/boards/shields/lily58/Kconfig.defconfig b/app/boards/shields/lily58/Kconfig.defconfig index 89f217b..80eab54 100644 --- a/app/boards/shields/lily58/Kconfig.defconfig +++ b/app/boards/shields/lily58/Kconfig.defconfig @@ -30,7 +30,7 @@ endif # ZMK_DISPLAY if LVGL -config LVGL_HOR_RES +config LVGL_HOR_RES_MAX default 128 config LVGL_VER_RES diff --git a/app/boards/shields/microdox/Kconfig.defconfig b/app/boards/shields/microdox/Kconfig.defconfig index 4840ece..3d9bc24 100644 --- a/app/boards/shields/microdox/Kconfig.defconfig +++ b/app/boards/shields/microdox/Kconfig.defconfig @@ -36,7 +36,7 @@ endif # ZMK_DISPLAY if LVGL -config LVGL_HOR_RES +config LVGL_HOR_RES_MAX default 128 config LVGL_VER_RES diff --git a/app/boards/shields/sofle/Kconfig.defconfig b/app/boards/shields/sofle/Kconfig.defconfig index 58d8217..3fa2f7a 100644 --- a/app/boards/shields/sofle/Kconfig.defconfig +++ b/app/boards/shields/sofle/Kconfig.defconfig @@ -30,7 +30,7 @@ endif # ZMK_DISPLAY if LVGL -config LVGL_HOR_RES +config LVGL_HOR_RES_MAX default 128 config LVGL_VER_RES |