Added support for ILI9225
Added support for ILI9225 display controller. Currently no support for hardware rotation is implemented and only the default portrait resolution 176x220 is supported.
This commit is contained in:
parent
26fe6e7703
commit
07ad6bf43e
8 changed files with 324 additions and 0 deletions
|
@ -178,6 +178,11 @@ menu "LVGL TFT Display controller"
|
|||
bool
|
||||
help
|
||||
PCD8544 display controller (Nokia 3110/5110)
|
||||
|
||||
config LV_TFT_DISPLAY_CONTROLLER_ILI9225
|
||||
bool
|
||||
help
|
||||
ILI9225 display controller.
|
||||
# Display controller communication protocol
|
||||
#
|
||||
# This symbols define the communication protocol used by the
|
||||
|
@ -349,6 +354,10 @@ menu "LVGL TFT Display controller"
|
|||
select LV_TFT_DISPLAY_CONTROLLER_PCD8544
|
||||
select LV_TFT_DISPLAY_PROTOCOL_SPI
|
||||
select LV_TFT_DISPLAY_MONOCHROME
|
||||
config LV_TFT_DISPLAY_USER_CONTROLLER_ILI9225
|
||||
bool "ILI9225"
|
||||
select LV_TFT_DISPLAY_CONTROLLER_ILI9225
|
||||
select LV_TFT_DISPLAY_PROTOCOL_SPI
|
||||
endchoice
|
||||
|
||||
config CUSTOM_DISPLAY_BUFFER_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue