Glad you got it sorted! If you're developing locally there's a file called bin/sanitycheck.js that you can run on your PC, which does some quick checks for potential problems.
Why does this icon.js for dtlaucher work.... And this icon.js not work ?
You've got a semi-colon at the end of it - that's all :) Remove that and i bet it'll work - the image needs to be a JS expression (not a statement).
"compression Y, transparency Yes, 4 bit Mac Pallet, Image String" is absolutely fine for Bangle.js
But you're right - this will have no effect on how it displays in the App Loader - just whether the icon uploads correctly to Bangle.js or not.
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.
Glad you got it sorted! If you're developing locally there's a file called
bin/sanitycheck.js
that you can run on your PC, which does some quick checks for potential problems.You've got a semi-colon at the end of it - that's all :) Remove that and i bet it'll work - the image needs to be a JS expression (not a statement).
"compression Y, transparency Yes, 4 bit Mac Pallet, Image String" is absolutely fine for Bangle.js
But you're right - this will have no effect on how it displays in the App Loader - just whether the icon uploads correctly to Bangle.js or not.