So you're using the olimexino binary with it? I'm afraid those boards just don't have enough Flash to fit the graphics library in - you'll find that other modules (that don't use graphics) will work though.
You could probably fake it by adding some code like:
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 you're using the
olimexino
binary with it? I'm afraid those boards just don't have enough Flash to fit the graphics library in - you'll find that other modules (that don't use graphics) will work though.You could probably fake it by adding some code like:
But then you'd have to set the pixels in
g.buffer
manually in order to do anything useful.You could also build your own firmware which has the filesystem support removed, but graphics support added instead.
Or... you could buy a proper Espruino board in, which has enough flash to fit everything in by default ;)