You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe 2 screen demo doesn't work properly.
Only 1 screen works at a time.
I'm developing on ESP WROOM 32 .
Below is my setup: SSD1306Wire display(0x3c, 26, 27, GEOMETRY_128_32); SSD1306Wire display2(0x3c, 19, 18, GEOMETRY_128_32);
Issue is that only display works correctly, while display2 is completly blank.
If I comment out all display object functions display2 works as expected.
Same issue there, it used to work. Something probably changed on the dependencies level, maybe Wire.h ?
Just tried to use a legacy version of Wire on my side, and nothing's better for now.
If someone had some success on this topic, I'd be glad to hear about it.
Hello,
I believe 2 screen demo doesn't work properly.
Only 1 screen works at a time.
I'm developing on ESP WROOM 32 .
Below is my setup:
SSD1306Wire display(0x3c, 26, 27, GEOMETRY_128_32); SSD1306Wire display2(0x3c, 19, 18, GEOMETRY_128_32);
Issue is that only display works correctly, while display2 is completly blank.
If I comment out all display object functions display2 works as expected.
For example this project works correctly: https://github.com/bitbank2/Multi_OLED
But I'm not happy with the way screen operates
Any ideas what's wrong?
The text was updated successfully, but these errors were encountered: