diff --git a/tasmota/xdsp_12_ST7789.ino b/tasmota/xdsp_12_ST7789.ino index 624fd535c..cdb9ad167 100644 --- a/tasmota/xdsp_12_ST7789.ino +++ b/tasmota/xdsp_12_ST7789.ino @@ -89,7 +89,7 @@ void ST7789_InitDriver(void) { int8_t cs = -1; if (PinUsed(GPIO_ST7789_CS)) { - reset = Pin(GPIO_ST7789_CS); + cs = Pin(GPIO_ST7789_CS); } // init renderer, may use hardware spi