You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, great! To get started, I'd work off the existing SSD1306 then - add var exports = {} to the top of the edit window in the Web IDE, copy in the module code from here after it, and then instead of using var g = require("SSD1306").connect(I2C1, go);, do var g = exports.connect(I2C1, go);.

    Hopefully you can then fiddle with the initialisation code until it works :)

About

Avatar for Gordon @Gordon started