I've noticed that a lot of the 1.3 inch OLED modules come with an SH1106 controller, rather than an SSD1306. I've found some Python code which can drive both here: https://github.com/rm-hull/ssd1306
The initialisation code differs between the two devices, and the SH1106 seems to only have one access mode, but I think with this and the datasheets there is enough information to be able to write an SH1106 module equivalent to the existing SSD1306 one. I think I'll have a go, once I've acquired a module.
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've noticed that a lot of the 1.3 inch OLED modules come with an SH1106 controller, rather than an SSD1306. I've found some Python code which can drive both here: https://github.com/rm-hull/ssd1306
The initialisation code differs between the two devices, and the SH1106 seems to only have one access mode, but I think with this and the datasheets there is enough information to be able to write an SH1106 module equivalent to the existing SSD1306 one. I think I'll have a go, once I've acquired a module.