Is it possible to have an ability to draw or fill an arc for espruino devices with display (BangleJS/PixelJs).
A native method with parameters : Start Angle, Sweep Angle, X, Y coordinate and radius.
Espruino already have native functions for circle and ellipse that can be use to draw an arc. Just a thought!!
@Abhigkar 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.
Is it possible to have an ability to draw or fill an arc for espruino devices with display (BangleJS/PixelJs).
A native method with parameters : Start Angle, Sweep Angle, X, Y coordinate and radius.
Espruino already have native functions for circle and ellipse that can be use to draw an arc. Just a thought!!