Add Schmitt SPI display driver
This commit is contained in:
parent
26fe6e7703
commit
8592cb9d29
9 changed files with 72 additions and 3 deletions
|
@ -178,6 +178,10 @@ menu "LVGL TFT Display controller"
|
|||
bool
|
||||
help
|
||||
PCD8544 display controller (Nokia 3110/5110)
|
||||
config LV_TFT_DISPLAY_CONTROLLER_SCHMITT
|
||||
bool
|
||||
help
|
||||
Schmitt's display controller
|
||||
# Display controller communication protocol
|
||||
#
|
||||
# This symbols define the communication protocol used by the
|
||||
|
@ -349,6 +353,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_SCHMITT
|
||||
bool "SCHMITT"
|
||||
select LV_TFT_DISPLAY_CONTROLLER_SCHMITT
|
||||
select LV_TFT_DISPLAY_PROTOCOL_SPI
|
||||
endchoice
|
||||
|
||||
config CUSTOM_DISPLAY_BUFFER_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue