Open
Description
Not work multiple display. Work only latest ininztalize.
if
oled1 = SSD1306_SPI(128, 64, spi, Pin(17),Pin(20), Pin(16))
oled3 = SSD1306_SPI(128, 64, spi, Pin(17),Pin(20), Pin(13))
oled2 = SSD1306_SPI(128, 64, spi, Pin(17),Pin(20), Pin(14))
work only oled2
oled1 = SSD1306_SPI(128, 64, spi, Pin(17),Pin(20), Pin(16))
oled2 = SSD1306_SPI(128, 64, spi, Pin(17),Pin(20), Pin(14))
oled3 = SSD1306_SPI(128, 64, spi, Pin(17),Pin(20), Pin(13))
work only oled3
if i control the cs pins myself it works correctly
Metadata
Metadata
Assignees
Labels
No labels