olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 314 forks source link

Proteus simulation issues #513

Open valfa14 opened 4 years ago

valfa14 commented 4 years ago

I'm facing issues with proteus simulator... it works with adafruit library but doesn't with any example of u8glib integration https://support.labcenter.com/forums/viewtopic.php?f=9&t=7876 @olikraus don't you know?

maxbul commented 3 years ago

I have the same issue with both SSD1308 and SSD1306. For me this device works as 4wired-HW_SPI SSD1306 with U8G2_lib (and some other libraries, like the Adafruit's library), but doesn't works with U8GLib.

(SSD1308 is not not listed in U8G but seems compatible with SSD1306).

image

After a closer look I may see the speed of SPI communication in Proteus for U8G is about 4 times faster than it is on U8G2, what seems is too fast for this particular element.