new app "XXL Messages" - need coding advice #5780
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2023-03-24 by @gfwilliams
It shouldn't be - the call itself will be fast, and upscaling the built-in font should be reasonably quick
It should - maybe add some prints to the rendering function and see if it really is taking ages.
Not with Posted at 2023-03-24 by gfric My drawing routine can do about 30 fps, so somewhere there is a bottleneck. |
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
-
Posted at 2023-03-23 by gfric
I made an app that replaces the MessagesUI app for people with bad eyesight. So it just displays new messages with a large font and when you push the button, you return to the clock.
Here's the beta-app:
https://kungphoo.github.io/BangleApps/?q=xxl
Here's the code:
https://github.com/KungPhoo/BangleApps/tree/master/apps/xxlmessage
My issues are:
Beta Was this translation helpful? Give feedback.
All reactions