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.
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.
Having you tried something like:
I see the text displayed in the same place regardless. I loaded the above code into RAM from the IDE.
1 Attachment