You are reading a single comment by @Psycho_Moggie and its replies. Click here to read the full conversation.
  • 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.

About