Fix ST7789

This commit is contained in:
Theo Arends 2021-01-01 15:54:47 +01:00
parent ad82ba78c4
commit 46d7e9392e
1 changed files with 1 additions and 1 deletions

View File

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