That would work out really nicely - figure out the right coordinates needed for g.drawEllipse and then use g.setClipRect to drop it drawing where you don't want it
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.
That would work out really nicely - figure out the right coordinates needed for
g.drawEllipse
and then useg.setClipRect
to drop it drawing where you don't want it