mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +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;
|
int8_t dcpin = -1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GPIO_SSD1351_DC
|
|
||||||
if (PinUsed(GPIO_SSD1351_DC)) {
|
if (PinUsed(GPIO_SSD1351_DC)) {
|
||||||
dcpin = Pin(GPIO_SSD1351_DC);
|
dcpin = Pin(GPIO_SSD1351_DC);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
// init renderer
|
// init renderer
|
||||||
if (TasmotaGlobal.soft_spi_enabled){
|
if (TasmotaGlobal.soft_spi_enabled){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user