I reported this thread to a moderator, it will probably be has been put in the Display section.
Have a look at this thread (click).
It is about this display, but on an other pcb.
At the end u8glib is discussed here, and u8glib has its own topic in this Display section.
Can you run the i2c_scanner ? http://playground.arduino.cc/Main/I2cScanner
If it doesn't find an I2C addres, you have a display that can not pull the SDA low for an acknowledge. I don't know if the u8glib can do that. I have seen a library for that, perhaps I can try to find it if you want.
olikraus:
Did you apply pull up resistors for the display?
Which Arduino board do you use?
Oliver
No, there are no pull up resistors. Do I need one?
Caltoa:
Can you run the i2c_scanner ? http://playground.arduino.cc/Main/I2cScanner
If it doesn't find an I2C addres, you have a display that can not pull the SDA low for an acknowledge. I don't know if the u8glib can do that. I have seen a library for that, perhaps I can try to find it if you want.
Thank you for this hint. The scanner finds no devices.
MAS3:
I reported this thread to a moderator, it will probably be has been put in the Display section.
Have a look at this thread (click).
It is about this display, but on an other pcb.
At the end u8glib is discussed here, and u8glib has its own topic in this Display section.
I'll have a closer look into that on this evening. Thank you.
No, there are no pull up resistors. Do I need one?
Yes, one 4.7K for SCL and another 4.7K for SDA. One end of the resistor to +5V (i assume that this is a 5V tolerant display module) and the other end of the resistor to the signal lines SCL and SDA.
Once these resistors are there,. the scanner should find a device at 0x3c.
For the u8glib, you have to ask in the u8glib thread if the display is supported.
I only started recently using u8glib with another super cheap OLED. http://forum.arduino.cc/index.php?topic=217290.0
Hello,
I just wanted to tell you, that the module is working now.
I wrote to the chinese seller, and he sent me a link to a chinese website with a working library and code: 14blog.com
Google-translate does hard work on this page
BTW the module doesn't need any resistors, and it works on every digital pin.