Hides reset pin config if ST7789 soft reset is enabled

This commit is contained in:
cranial-smoke 2021-02-11 10:11:48 -05:00
parent 260cf74e1b
commit 3a34055cad

View file

@ -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