-
Notifications
You must be signed in to change notification settings - Fork 163
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
Update LUA and an example for usage #396
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
Sorry I have missed, that the |
30a0587
to
95a40f7
Compare
6895c24
to
fdecd17
Compare
What the ... 161 tests OK, 1failing -> fix that the other day ;) |
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
In this PR you find:
1.) Use anti aliased lines, circles and arcs in the existing watchfaces
2.) Use dynamic clock
3.) Update LUA and an example watchface using it.
4.) Simplify API for the anti-aliasing feature