Adds soft reset option to ST7789 driver
This commit is contained in:
parent
19a943c015
commit
260cf74e1b
2 changed files with 20 additions and 0 deletions
|
@ -734,6 +734,19 @@ menu "LVGL TFT Display controller"
|
|||
|
||||
endmenu
|
||||
|
||||
# menu will be visible only when LV_PREDEFINED_DISPLAY_NONE is y
|
||||
menu "Display ST7789 Configuration"
|
||||
visible if LV_TFT_DISPLAY_CONTROLLER_ST7789
|
||||
|
||||
config LV_DISP_ST7789_SOFT_RESET
|
||||
bool "Soft reset - use software reset instead of reset pin"
|
||||
depends on LV_TFT_DISPLAY_CONTROLLER_ST7789
|
||||
default n
|
||||
help
|
||||
Use software reset and ignores configured reset pin (some hardware does not use a reset pin).
|
||||
|
||||
endmenu
|
||||
|
||||
# menu will be visible only when LV_PREDEFINED_DISPLAY_NONE is y
|
||||
menu "Display Pin Assignments"
|
||||
visible if LV_PREDEFINED_DISPLAY_NONE || LV_PREDEFINED_DISPLAY_RPI_MPI3501 || LV_PREDEFINED_PINS_TKOALA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue