Hi,
I have been trying to port the code to a PIC18F4550. Since that
didn’t work as expected, the next move was to try to get it
working with the sample code at least.
I am using the Arduino 1.0.2 IDE
To compile the demo, I had to change Wire.send() to Wire.write()
for it to be compiled, as Wire.send() was deprecated after 1.0.
But that didn’t help either.
But a switch to SSD1306 demo code from adafruit showed the
display inconsistently, ie once in a while the display would output
details, other times not.
Using a Bus pirate with I2C commands send thus
glitchwrks.com/2012/06/28/Sa … D-Display/
also seems to work.
So, is this a SSD1306 or a 1308 module ?
If it is a SSD1306 module, why is it working only intermittently,
as I stated in my first post ?
Thanks