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
Hello,
I'm trying to use a SH1106 OLED Display on an Arduino, but I can't make it work. My code looks like this : DisplaySH1106_128x64_I2C display(-1, {-1, 0x3C, 12, 13, 0});
The rest of the code is identical to the SH1106 example, but the screen remains black. I have no clue why
The text was updated successfully, but these errors were encountered:
LoneRetrievr
changed the title
busId argument in DisplaySH1106_128x64_I2C constructor
DisplaySH1106_128x64_I2C constructor with custom arguments
Mar 12, 2022
I'm actually using an Arduino Mega with Atmega2560.
Maybe adding a Software I2C library could be the solution? I came across this adaptation proposed by the creator of the Software Wire library, but I'm not really sure it would work, because I didn't see any use of Twowire (but I could be totally wrong)
Hello,
I'm trying to use a SH1106 OLED Display on an Arduino, but I can't make it work. My code looks like this :
DisplaySH1106_128x64_I2C display(-1, {-1, 0x3C, 12, 13, 0});
The rest of the code is identical to the SH1106 example, but the screen remains black. I have no clue why
The text was updated successfully, but these errors were encountered: