Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX

This commit is contained in:
hiruna 2023-05-26 22:23:27 +10:00
parent 85de8d7822
commit bc57b32d87

View file

@ -196,6 +196,14 @@ menu "LVGL TFT Display controller"
help help
Display controller protocol I2C 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 # Used in display init function to send display orientation commands
choice DISPLAY_ORIENTATION choice DISPLAY_ORIENTATION
prompt "Display orientation" prompt "Display orientation"