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"