I’ve designed a face which has three circular progress indicators. Two work fine, they’re just straight gauges for heart rate and steps.
The third is for battery, and I’ve designed it so that it’s green until 40%, orange until 20%, and then red below 20%. I’ve done this using three indicators, hiding and displaying them based on the battery percentage. When previewed in Facer, this seems to work fine, with the bright green gradually giving way to dark green as the battery drains. But when loaded onto the watch, that dark green part of the indicator disappears and displays as black.
The formulae are as follows:
Fill ratio: (clamp(#BLN#, 0, 10000)/100)
Opacity: $#BLN#>=40?100:0$
BG opacity: $#BLN#>=40?50:0$
Screenshot shows how it looks when previewed.
