I'm guessing it's some sort of timing issue. If I add
var g = require("PCD8544").connect(SPI1,B6,B7,B8, function() {
into the timer function, so that it's called every time, it works ok but flashes the screen on every update.
@conor 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.
I'm guessing it's some sort of timing issue. If I add
into the timer function, so that it's called every time, it works ok but flashes the screen on every update.