-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use antialiased circles, arcs and lines #395
base: develop
Are you sure you want to change the base?
Conversation
minor cleanups Avoid flickering and optimize new line drawing algorithm Use more floats (save 1k of Flash) Fix AA-circle quirk more float to go use hypotf Different ending for thick lines Try to optimize with trigonometric table. fine tune Optimize division of chunkHeight Optimized arc, better AA lower CPU freq for power savings Saves approx 50% during on time. disable cpufreq honor review Screen fill
One step to lua Make Twilight watchface with LUA support add drawArcAA and migrate OswAppWatchface Make LUA work with emulator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there 😄
Could you please split the PR into small pieces and request it? If there are many changes, it is difficult to check the review
and potential influence
. It is also possible to make and merge sub PR separately.
sample
main PR
- sub PR feature 1
- sub PR feature 2
Hi there back. Unfortunately no. You are free to take that code or not (and modify what you like). This code works for me, and I am pleased with it Cheers |
890efcf
to
9478a8e
Compare
After #396 (because this adds the aliasing?)
Use the anti alias feature on watchfaces:
Mix, Monotimer and Numerals