The info you want is in https://github.com/espruino/Espruino/tree/master/libs/graphics
and specifically: https://github.com/espruino/Espruino/blob/master/libs/graphics/graphics.h#L58
The Graphics instance has a child called "\xffgfx" which contains the structure. It's not guaranteed to be a flat string though.
"\xffgfx"
Trying to support all the different encoding styles is going to take you a while though!
@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.
The info you want is in https://github.com/espruino/Espruino/tree/master/libs/graphics
and specifically: https://github.com/espruino/Espruino/blob/master/libs/graphics/graphics.h#L58
The Graphics instance has a child called
"\xffgfx"
which contains the structure. It's not guaranteed to be a flat string though.Trying to support all the different encoding styles is going to take you a while though!