Hi guys,
do you know if there’s a way to display some readings as a text field?
Something like… display gyroX() and gyroY() functions readings. It would be perfect to understand how certain functions work, to learn, to debug something that does not act as expected…
I did a search in forum but I didn’t find anything
Create a new text field and as the content place the variable you want to display. As long as you do something like (#varible#) in the text field it will work.
I had to do something like that to test some stuff with the gyros and you can see how i did it here. dabjulmaros - My watchface - watch face for Apple Watch, Samsung Gear S3, Huawei Watch, and more - Facer
1 Like
thank you @sampadodegtasa! I forgot the parentesis! without them it does not work but with parenthesis… it does!
1 Like