geppo456
About
- Username
- geppo456
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Yes, I changed that line also, only for board wiring aesthetic. I verified that the display lights up connected on device0 too, but I don't have an I2C eeprom.
-
It works modifying u8glib_ex.h line #846 from #if defined(__AVR__) to #if defined(__AVR__) || defined(__SAM3X8E__) My setup: Ultratronics + SSD1306 on alternate i2c port (pins 70-71) + firmware 1.0.0dev Hope it helps