Hi,
i have a little problem.
I want to display a random Text ( in my case “Charge”) when the watch is charging.
Tag is [BATT_IS_CHARGE]…
Shown is 0 or 1, so I want replace 1 to “Charge” and 0 to “Charge” in different colors.
I didnt find any solution on the net.
Thx .
Ok, made it.
For someone who is interested:
Charge on:
([BATT_IS_CHARGE]==1?“Charge”:“”)
Charge off:
([BATT_IS_CHARGE]==0?“Charge”:“”)
And Text different color.
1 Like
Peter
3
I think it would make more sense if the first text said charging instead charge.
1 Like
Hi, “Charge” is the best way for me
I`ll build a background of my central instrument of my car as a watch face for me…