You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Thanks @MaBe for the link.
    It seems

    jswrap_pixljs_init()
    

    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.

  • Yep, custom firmware.

    Maybe a define in the board file to exclude the sections and some ifdef in the function.

About

Avatar for MaBe @MaBe started