Johnson070 / MiBand-5-watchface-editor

A program to help create watch faces for mi band 5 & 6!
GNU General Public License v2.0
285 stars 26 forks source link

Date and WeekDay NOT SHOWN in Mi Band 6 #47

Open kxdkxd opened 3 years ago

kxdkxd commented 3 years ago

I can edit and save the date in your GUI application, but when I export the bin to my mobile phone and upload it into my MiBand 6, the date and weekdays are INVISIABLE, while others are shown normally. I have already tried to change languages but did not work either. Plz help me with this problem, thx

kxdkxd commented 3 years ago

Finally I succeed. In Simplified Chinese, Should add these following items in the json config file, however the GUI application cannot edit CN properly. I MANUALLY added the following lines and then it works.

    "ENWeekDays": {
      "X": 87,
      "Y": 336,
      "ImageIndex": 25,
      "ImagesCount": 7
    },
    "CNWeekDays": {
      "X": 87,
      "Y": 336,
      "ImageIndex": 25,
      "ImagesCount": 7
    },
    "CN2WeekDays": {
      "X": 87,
      "Y": 336,
      "ImageIndex": 25,
      "ImagesCount": 7
    }
Johnson070 commented 3 years ago

Thanks, next update fix