mirror of https://github.com/arendst/Tasmota.git
Update xdsp_09_SSD1351.ino
This commit is contained in:
parent
5f75f4619c
commit
ed5dcbe616
|
@ -66,11 +66,9 @@ void SSD1351_InitDriver() {
|
|||
int8_t dcpin = -1;
|
||||
#endif
|
||||
|
||||
#ifdef GPIO_SSD1351_DC
|
||||
if (PinUsed(GPIO_SSD1351_DC)) {
|
||||
dcpin = Pin(GPIO_SSD1351_DC);
|
||||
}
|
||||
#endif
|
||||
|
||||
// init renderer
|
||||
if (TasmotaGlobal.soft_spi_enabled){
|
||||
|
|
Loading…
Reference in New Issue