Hides reset pin config if ST7789 soft reset is enabled
This commit is contained in:
parent
260cf74e1b
commit
3a34055cad
|
@ -897,7 +897,7 @@ menu "LVGL TFT Display controller"
|
||||||
Configure the display DC pin here.
|
Configure the display DC pin here.
|
||||||
|
|
||||||
config LV_DISP_PIN_RST
|
config LV_DISP_PIN_RST
|
||||||
int "GPIO for Reset" if LV_TFT_DISPLAY_PROTOCOL_SPI
|
int "GPIO for Reset" if LV_TFT_DISPLAY_PROTOCOL_SPI && !LV_DISP_ST7789_SOFT_RESET
|
||||||
range 0 39 if IDF_TARGET_ESP32
|
range 0 39 if IDF_TARGET_ESP32
|
||||||
range 0 43 if IDF_TARGET_ESP32S2
|
range 0 43 if IDF_TARGET_ESP32S2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue