From bc57b32d87368c830433d89e64771609726e62be Mon Sep 17 00:00:00 2001 From: hiruna Date: Fri, 26 May 2023 22:23:27 +1000 Subject: [PATCH] Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX --- lvgl_tft/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lvgl_tft/Kconfig b/lvgl_tft/Kconfig index 4a74ad2..3c32565 100644 --- a/lvgl_tft/Kconfig +++ b/lvgl_tft/Kconfig @@ -196,6 +196,14 @@ menu "LVGL TFT Display controller" help Display controller protocol I2C + config LV_HOR_RES_MAX + int "Maximal horizontal resolution to support by the library." + default 128 + + config LV_VER_RES_MAX + int "Maximal vertical resolution to support by the library." + default 64 + # Used in display init function to send display orientation commands choice DISPLAY_ORIENTATION prompt "Display orientation"