Replies: 1 comment
-
I should have mentioned I found https://docs.micropython.org/en/latest/library/framebuf.html#framebuf.FrameBuffer.ellipse but it indicates it only does quadrants (not arbitrary degrees). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before I look at doing my own implementation has anyone seen or implemented an arc drawing function in micropython and nano-gui/framebuffer? I searched but haven't stumbled across any.
The last time I wrote code for this I was able to leverage a builtin arc function (https://github.com/clach04/watchface_rota_minute/)
Beta Was this translation helpful? Give feedback.
All reactions