Page 1 of 1

Bip S lite json syntax?

Posted: 05 Dec 2021, 18:44
by Regepower
Hello all,

I am trying in vain to create a working watchface for the Bip S lite.
With all the tools that I can download, I always only get errors or an incomlete watchface.
I have no plan? Maybe someone can help and give me the actual tools.
I tried with AmazfitBipS_Tools and I used Amazfit_Bip_WF_Editor_ilgruppotester_v1029 for creation

In the attachments U will see my goal and the result...


Kindly regards
Image

Image

Re: Bip S lite json syntax?

Posted: 07 Dec 2021, 18:47
by Regepower
ok I found the solution.
On Bip S lite U will need the Number element on aktivities and battery if you will give out the numbers.
Example

Code: Select all

   "Activity": {
        "Steps": {
          "Number": {  <<< this must be manually inserted
            "TopLeftX": 1,
            "TopLeftY": 125,
            "Spacing": 0,
            "ImagesCount": 10,
            "BottomRightY": 159,
            "BottomRightX": 105,
            "ImageIndex": 21,
            "Alignment": "BottomLeft"
          } <<< this too
    },

But another question:

Code: Select all

    "StepsProgress": {
        "Linear": {    <<< this don't work
Linear element is'nt supported by Bip S lite?

Regards