• Having you tried something like:

    g.clear();
    g.drawString("hi this is a long sentence", 0,0);
    Bangle.loadWidgets();
    Bangle.drawWidgets();
    g.drawString("hi this is a long sentence", 0,0);
    

    I see the text displayed in the same place regardless. I loaded the above code into RAM from the IDE.


    1 Attachment

    • download.png
About

Avatar for HughB @HughB started