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 /app/boards/shields/jorne | |
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
Diffstat (limited to 'app/boards/shields/jorne')
-rw-r--r-- | app/boards/shields/jorne/Kconfig.defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |