Most recent activity
-
Hi guys,
I'm developing a clock app for my Bangle watch and am running into memory issue (I think).
My watch shows a 'callback' error at the bottom of the screen after some time and stops updating the time. A bit later it displays a 'LOW_MEMORY, MEMORY' error and only manages to display my date border. I don't seem to have this issue when using other clocks.I'm a spoiled javascript developer that never had to think about memery usage too much and I'm struggling quite a bit in this low memory environment. Can someone point me to some tips or documentation for working in such an environment?
The code for my app can be found here > https://github.com/jbrems/BangleApps/blob/feat/skyrimclock/apps/skyrimclock/app.js
Thanks,
Jonas -
-
Hello there,
I am in the process of creating my very first app for the Bangle watch and I noticed since v2.07 the Vector12 font is being rendered smaller than in v2.06.
At least that seems to be the case in the online IDE/emulator.I have a picture of my Bangle watch with v2.06 and a screenshot of the emulator with v2.07.
Should I adapt my app to render well with v2.07 or is this an unintended behavior?
Kind regards,
Jonas
Thanks for quick response parasquid!
I have implemented your suggestions and have a lot less code now :)