Backward compatibility for LV_HOR_RES_MAX & LV_VER_RES_MAX
This commit is contained in:
parent
85de8d7822
commit
bc57b32d87
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue