Replies: 2 comments 4 replies
-
Did you try SW_I2C constructor? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Strange behavior: Uploading the Adafruit example works fine. Then, uploading the U8G2 example also works, but after a power cycle, the screen remains blank. However, the Adafruit example continues to work even after a power cycle. It seems Adafruit initializes the display differently from U8G2. When the Adafruit configuration remains active, U8G2 also functions properly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I designed a small board using the ATtiny3216 and MegaTinyCore, along with a 0.96" SSD1306 OLED display. I used 4.7K I2C pull-up resistors, just as I have in previous projects. However, I have a strange issue. The board works with the Adafruit SSD1306 library, but I can never get any display output with U8G2. Do you have any suggestions for a solution?
Beta Was this translation helpful? Give feedback.
All reactions