Yes, that was intended, but time to sunrise sounds good - just changed
Thank you!
I'm not sure I understand - do you have a picture? I just checked and the icons appear to be stored and rendered ok for me...
The small icons are all rendered correctly for me. It's only when I toggle "show big weather" on that I have an issue. I've attached a photo - the icon should be shown in the blank gap at the top right, above the "49°F".
It shows correctly in light theme; it's only in dark theme that it's invisible.
Hazarding a guess, the following code might need a call to g.setColor(g.theme.fg) first?
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.
Thank you!
The small icons are all rendered correctly for me. It's only when I toggle "show big weather" on that I have an issue. I've attached a photo - the icon should be shown in the blank gap at the top right, above the "49°F".
It shows correctly in light theme; it's only in dark theme that it's invisible.
Hazarding a guess, the following code might need a call to
g.setColor(g.theme.fg)
first?https://github.com/espruino/BangleApps/blob/870ecae41c30e9238ffd09b963159afce1fab816/apps/circlesclock/app.js#L124-L125
1 Attachment