mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 14:57:16 +00:00
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…
x
Reference in New Issue
Block a user