Default LV_DISP_PIN_BUSY to -1
This commit is contained in:
parent
60544ea42d
commit
591b8349a7
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ menu "LVGL TFT Display controller"
|
|||
config LV_DISP_PIN_BUSY
|
||||
int "GPIO for Busy" if LV_TFT_DISPLAY_CONTROLLER_IL3820 || LV_TFT_DISPLAY_CONTROLLER_JD79653A || LV_TFT_DISPLAY_CONTROLLER_UC8151D
|
||||
default 35 if LV_TFT_DISPLAY_CONTROLLER_IL3820 || LV_TFT_DISPLAY_CONTROLLER_JD79653A || LV_TFT_DISPLAY_CONTROLLER_UC8151D
|
||||
default 35 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default -1 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 21 if IDF_TARGET_ESP32C3
|
||||
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue