You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • As @NebbishHacker says:

    g.clear();
    Bangle.loadWidgets();
    Bangle.drawWidgets();
    g.reset(); // <--- here
    g.drawString("hello world",64,64);
    

    Widgets (or anything) may change text/colors/etc, so it's good practice to call .reset() in a function before you render to put everything back into a known state.

About

Avatar for Gordon @Gordon started