OK, i found it. This SSD1306 module, apparently, need at least 1.5 seconds to stabilize.
Glad it's working now - so was the issue that you were calling g.flip before the SSD1306 had initialised? Or that you actually had to wait a few seconds before even initialising the SSD1306?
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.
Glad it's working now - so was the issue that you were calling
g.flip
before the SSD1306 had initialised? Or that you actually had to wait a few seconds before even initialising the SSD1306?