how to display heart rate measurement as image
You put in different images (for example green, blue, red).
then set they opacity low or 0 and add a expression with tag to make them fully opaque in condition you like
2 Likes
Thanks. AND How to make weather icon and tempeture C- F
Thank you Peter, just what I needed.
I’m would like to only show an image within a HR range, eg 70 to 80. Do you know how the expression could show this.
Hello, you could try to use:
0+ ([HR]>=70)*([HR]<=80)*100
3 Likes
Works perfectly, thank you.