meesokim / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Support SSD1306 I2C Oled #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
... once it has been shipped to me

Original issue reported on code.google.com by olikr...@gmail.com on 23 Feb 2014 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 23 Feb 2014 at 3:40

GoogleCodeExporter commented 9 years ago
Report results here: http://forum.arduino.cc/index.php?topic=219419.0
Maybe the display can not sent ACK because of the level translation.

Original comment by olikr...@gmail.com on 24 Feb 2014 at 5:40

GoogleCodeExporter commented 9 years ago
Introduced U8G_I2C_OPT_NO_ACK for this display to ignore the missing ACK signal 
from the device.

--> Implemented & documentation updated.

Original comment by olikr...@gmail.com on 9 Mar 2014 at 9:00