Thanks! So it's literally just line 4 and line 11?
Maybe if the initialisation was modified to something like:
require("SSD1306").connect(I2C1, go, {height:32});
it could do it automatically?
@Gordon started
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.
Thanks! So it's literally just line 4 and line 11?
Maybe if the initialisation was modified to something like:
it could do it automatically?