Mappings list for data sources? #134
Unanswered
dragos240
asked this question in
Questions-EN
Replies: 1 comment 20 replies
-
|
Imagelist indexes correspond to the value of the data source. The battery source reports the battery's percentage, so you can use any increment between 0-100 including going up from 25, 50, 75 and 100. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
So given everything is a mapping of data sources to images at a specific index, things like weather, and even battery level I don't know how many images are needed and what indexes need to be specified. Is there somewhere where I can find this information? I've seen this discussion where it talks about weather, and this one where it talks about days of the week and month numbers, but I haven't found one for battery or anything else like battery for example. My question for battery specifically is that do I need to create 101 image slots for 0, 1, 2... 99, 100 or can I just do 0, 25 50 75 100? I'm not sure how this works.
EDIT: I'm using a Xiaomi Band 8, for reference, as it's well supported with GadgetBridge, which I use
Beta Was this translation helpful? Give feedback.
All reactions