Bangle running any JS code from flash storage makes CPU and SPI flash chip busy.
So would it make sense to load redrawing code into "ram"? (especially thinking about clocks that update every second)
"ram"
But also the screen draws power when it is redrawn, the larger the area redrawn the more power is required?
@rigrig started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So would it make sense to load redrawing code into
"ram"
? (especially thinking about clocks that update every second)