-
• #2
What board are you using? That error looks like it's coming from the first time it tries to use the Graphics library. The Graphics library is not available on boards with very low flash, like the Olimexino.
-
• #3
DrAzzy is spot on by the look of it... But also, are you using the latest firmware? It looks from the format of the error like it is at least a month or two old.
-
• #4
I was using a STMf3 discovery board. Since then I have received a Espruino board and now it seems to work. I have another question on the LCD but will post in a new thread.
-
• #5
Thanks for letting us know - I just checked and it looks like Graphics support wasn't included in the F3 build for some reason. I've just changed that so it should be in 1v65.
Trying to run the example code for the PCD8544 and get the following error. Looks like it is a problem in the module. How can I fix this?