mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Fix ST7789
This commit is contained in:
parent
ad82ba78c4
commit
46d7e9392e
@ -89,7 +89,7 @@ void ST7789_InitDriver(void) {
|
|||||||
|
|
||||||
int8_t cs = -1;
|
int8_t cs = -1;
|
||||||
if (PinUsed(GPIO_ST7789_CS)) {
|
if (PinUsed(GPIO_ST7789_CS)) {
|
||||||
reset = Pin(GPIO_ST7789_CS);
|
cs = Pin(GPIO_ST7789_CS);
|
||||||
}
|
}
|
||||||
|
|
||||||
// init renderer, may use hardware spi
|
// init renderer, may use hardware spi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user