is causing the output after initialization just before I do the g.clear() and g.flip().
To avoid this I guess I'd have to patch it and compile my own firmware?
Or is there some more elegant way around this?
The function also seems to contain some button magic like self test that would be missing if skipped altogether...
I'll look into this some more tonight after work.
Thanks for the pointer.
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.
Thanks @MaBe for the link.
It seems
is causing the output after initialization just before I do the g.clear() and g.flip().
To avoid this I guess I'd have to patch it and compile my own firmware?
Or is there some more elegant way around this?
The function also seems to contain some button magic like self test that would be missing if skipped altogether...
I'll look into this some more tonight after work.
Thanks for the pointer.