I’m a bit confused. I’ve used expressions to control transparency on colour layers for my battery and step icons. In the creator they seem to work properly, but on my watch they’re not working. Am I doing something dumb?
This watch:
For the step counter I have the red layer at 100% permanently and stacked below layers for yellow and green:
Yellow:
$#ZSC#>4000?100:#ZSC#/40$
Green:
$#ZSC#<4000?0:$$#ZSC#>8000?100:(#ZSC#-4000)/40$
For the battery meter I have the green layer at 100% permanently, stacked below layers for yellow and red:
Yellow:
$#BLN#>50?(100-#BLN#)*2:100$
Red:
$#BLN#<=10?100:$$#BLN#<=50?100+(((10-#BLN#)/4)*10):0$