I'm creating a datafield to display all the info I like to see in a custom display, but would also like to be able to view the battery percent and temperature in the corners of the display.
I can see the computer(info) function is passed an Activity.Info object, which I shall be using for all my speed/time data, but it doesn't contain either battery or temperature. So in theory I shouldn't be able to, yet I have seen it working in some third party datafields, such as:
Graphic Cycling Dashboard with Power Meter, by QQSTARS
https://apps.garmin.com/en-US/apps/28cc09d4-1398-4356-a233-65c57a00d585
My EDGE, by Stanislav Bures
https://apps.garmin.com/en-US/apps/4262c271-a0b7-4e7b-abc6-b9527668b027
Charts, by Stanislav Bures
https://apps.garmin.com/en-US/apps/f93c3c35-ce80-4758-9714-bd5b6b33cc61
Any ideas please?