I have a code from instructables.com to drive a led-light. What I did is I replaced the 1", 128x64, I2C Oled-Display with a 1.3" (128x64 and also I2C).
Now I'd like to change the code for the larger display because the circuit does not perfom really well at the moment. The display is really slow, and so are the commands (rotary switch and button). I have to admit that of course the code is kind of large. But maybe a code change might help.
I'm not really familiar with u8glib and the identifiers and so on. So I'm asking you guys.
Thanks already.
Ok, I found out that my u8glib-library should be defined for the SH1106 controller instead of the SSD1306. The 1.3" display has most likely the SH1106 controller on it and that's probably the reason for the frozen display. But unfortunately I don't know how to change the lines. Any help is very much appreciated!
I'm gonna post the sections that need to be changed: