-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library gets stuck with OLED SSH1106 and Arduino UNO #2347
Comments
Your constructor Use |
Hi @olikraus This constructor does not work. With the other. U8G2_SH1106_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0,/* reset=*/ U8X8_PIN_NONE); Regards |
Then? Is your problem solved? |
Hi, Some new Updates. I change the wire between OLED and Arduino, i use a longer wire.
But if i try to run the clock example, the code get stuck at : Thanks! |
Looks like you need a 10K pullup resistor for the I2C bus. |
Hi, I use a 10k pullup with external powersupply and the code is stuck at the same point. Regards, |
Hmm.. I never heard, that the "SW_I2C" can cause such trouble. Strange... |
Hi Again, It seems that i lost the SDA and the Screen get frozen. Code.
Update, i will check this constructor.
Thanks in advance! |
Hi all,
I have connected Arduino UNO with ZDelivery 1,3" OLED Display I2C SSH1106 Chip 128 x 64.
I try to use a simple clock example but when i connect the Ardunio UNO at OLED.
5V --> 5V arduino.
GND--> GND Arduino.
SDA --> A4
SCL --> A5
The program is in stuck at this instruction.
while ( u8g2.nextPage() )
I had the same problem when i use "u8g2.sendBuffer();"
I see the issue onyl when i connect the oled to the Arduino.
I check the same OLED with ESP32 and i do not see any issue.
I check the same OLED with another Arduino UNO i reproduce the issue.
Could you help me?
Thanks!
The text was updated successfully, but these errors were encountered: