I’d like to get my custom compass image I’m using to rotate smoothly instead of jumping around? Would anybody know how to write that?
This is what I use, but it’s “jumpy” just because of the way the watch compass works.
(round(-#CMP#))
If you find that it works backwards, just remove the negative sign from in front of #CMP#.
2 Likes
You could experiment by adding the “interpAccel” or “interpOvershoot” function to the expression …
and see what that does.
3 Likes
So I went ahead and tried implementing that by using (interpAccel(#CMP#, 1, 360, -#CMP#))
, which looks to work but when its synced the image no longer loads.
Hope they dont take that down.