-
• #2
I think it's because you've set
transparent:0
- so you're telling Espruino that anything that is0
should be treated as transparent. If you just don't settransparent
then you should be ok.
I think it's because you've set transparent:0
- so you're telling Espruino that anything that is 0
should be treated as transparent. If you just don't set transparent
then you should be ok.
I have defined two images in code. One is shown when wifi is connected/associated, the other is shown when wifi disconnects.
The wifi connected image is correctly shown as soon as soon as the NodeMCU I am using connects to Wifi. When I disconnect from wifi I expect the other image to show, but I still see the wifi-connected image. I need to specifically use a clear-command to remove everything (there is only a wifi-signal image) before showing the wifi-disconnected image. Strangely enough, it works the other way around. This makes me think that the zero's in the wifi-disconnected icon are not correctly resetting the one's from the wifi-connected icon.