I had been wondering where the values came from that everyone uses for the SSD1306 initialisation, the answer is page 20 of this: http://www.adafruit.com/datasheets/UG-2864HSWEG01.pdf
That's from an OLED manufacturer, so they are real world values.
The datasheet is for the 0.96" display, so I don't think it would do any harm to use the values for the larger display. I'm going to work out the equivalent values for the SH1106 chip & see what it looks like.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I had been wondering where the values came from that everyone uses for the SSD1306 initialisation, the answer is page 20 of this:
http://www.adafruit.com/datasheets/UG-2864HSWEG01.pdf
That's from an OLED manufacturer, so they are real world values.
The datasheet is for the 0.96" display, so I don't think it would do any harm to use the values for the larger display. I'm going to work out the equivalent values for the SH1106 chip & see what it looks like.