So @MaBe has it compiling? @JumJum, are you sure your code really is the latest from GitHub?
why graphics needs heap space at all...
Because ESP8266 :( All constant data gets stored in RAM unless you explicitly tell it otherwise and change the code that accesses it. It's a bit of a nightmare really.
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.
So @MaBe has it compiling? @JumJum, are you sure your code really is the latest from GitHub?
Because ESP8266 :( All constant data gets stored in RAM unless you explicitly tell it otherwise and change the code that accesses it. It's a bit of a nightmare really.