for those interested: currently, I'm just adding g.setBgColor(1,1,1); in front of my invocation of Bangle.drawWidgets in order to let the internal g.clearRect of that function whiten the actually occupied widget areas only.
This approach still looks ugly, but makes widgets recognizable again.
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.
for those interested: currently, I'm just adding
g.setBgColor(1,1,1);
in front of my invocation ofBangle.drawWidgets
in order to let the internalg.clearRect
of that function whiten the actually occupied widget areas only.This approach still looks ugly, but makes widgets recognizable again.