Fix ILI9488 init function | Fix little ILI9488 display artifacts | auto-dma by default for all esp devices | ESP32-S3 support added | updated to be compatible with esp-idf =< 4 and >= 5 versions
This commit is contained in:
parent
26fe6e7703
commit
0b55ade07e
23 changed files with 160 additions and 87 deletions
|
@ -237,6 +237,14 @@ menu "LVGL TFT Display controller"
|
|||
default 40 if LV_PREDEFINED_DISPLAY_TTGO && (LV_DISPLAY_ORIENTATION_PORTRAIT || LV_DISPLAY_ORIENTATION_PORTRAIT_INVERTED)
|
||||
default 0
|
||||
|
||||
config LV_HOR_RES_MAX
|
||||
int "Maximal horizontal resolution to support by the library."
|
||||
default 480
|
||||
|
||||
config LV_VER_RES_MAX
|
||||
int "Maximal vertical resolution to support by the library."
|
||||
default 320
|
||||
|
||||
|
||||
# Display colors(?)
|
||||
# Useful to know when the display being used is a monochrome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue