Hi Gorden, the e-ink display is from https://www.smart-prototyping.com/E-ink-E-paper-new-version-display-module-3.3V-2.04-inch-177x72.html I tried to use g.drawCircle() to display some circle, the result is fine.
display.g.drawCircle(100,40,30); display.g.drawCircle(40,40,30); display.g.drawCircle(140,40,30);
1 Attachment
@user80458 started
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.
Hi Gorden, the e-ink display is from https://www.smart-prototyping.com/E-ink-E-paper-new-version-display-module-3.3V-2.04-inch-177x72.html
I tried to use g.drawCircle() to display some circle, the result is fine.
1 Attachment