i am trying now for some time to connect this display to an attiny with no luck
I tried several ways, then i read that the printed slave address on the OLEDs from "www.heltec.cn" were wrong (0x3C instead of 0x78) and tried that, but with no luck. Then i downloaded a modified library, the U8glib.h and tried that because someone said, this displays have no ack but no success either. Before that, i worked with the LCD2004 from saintsmart and that ran flawless on an arduino nano, but now this things are much too big for this small mpu and i would like to try the OLED display. On the net there are tons of examples, but most of them are for SPI and not I2C.
Could someone point to the right direction for this small oleds?
correct address is 0x3d, this is 0x7B>>1 ( for me works 0x3d and 0x3c too.. O_o ) but brightness is too low.. and i do not know what to do with that.. Dropbox - Error
for ATTiny85 I pick TinyWireM.h, and changed OzOLED.h/cpp for working with it, but after uploading sketch MC hangs (no blinks). maybe i am doing something wrong. You can try yourself this way, but i am not sure that it is right one..
What value are those resistors you're using on SCL and SDA? I've never seen it hooked up like that before. (might be the reason why my oled it behaving strangely)
How about graphics? Does your code run a modified version of the u8glib library or is tinyOzOLED something different. I have a dice program running on a Nano OK. It uses I2C to communicated with the OLED. The total memory usage is only 311k so it should fit. Problem is how to run I2C on the Tiny so the u8lib can communicate. I was hoping I could use Tinywire and then a modified u8glib to drwa the dice. Any ideas/suggestions