ARDUINO SSD1306 U8GLIB issues

Discussion on both general simulation and Proteus VSM microcontroller simulation.
Post Reply
firenpoyx
Unlicenced User
Posts: 1
Joined: Tue 2020-09-29 6:56

ARDUINO SSD1306 U8GLIB issues

Post by firenpoyx »

Hey, I'm asking for help about simulating SSD1306 + arduino + u8glib library via I2C...
I have working i2C connection based on this guide (works with adafruit library), but problem is that it's not working with any example with u8glib library any idea why?

https://simple-circuit.com/arduino-ssd1 ... i-example/

setup of u8glib:

Code: Select all

U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE);
Post Reply