mirror of https://github.com/arendst/Tasmota.git
Fix ST7789
This commit is contained in:
parent
ad82ba78c4
commit
46d7e9392e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue