Guide to create .bin file (for matching watch faces/etc)
First, install on your pc:
- gimp: https://www.gimp.org/ to edit png files
- Python version 2.7.14: https://www.python.org/downloads/
Next:
- go to https://github.com/amazfitbip/tools
- click “Clone or download” button
- select Download zip
- save the zip file on your pc
- extract the content of the zip file in a new folder
- copy the desired bin file in the same folder of the scripts
- open a command shell and go to the folder where the scripts and the bin file are located
- us cd command ( e.g. cd c:\scriptfolder ) and press enter
- Unzip the bin file using the command dial2img.py -i binfilename.bin -u
- Edit the png files with gimp
- Create a bin file using the new resources dial2img.py -i binfilename.bin -p
- The new file will be created with extension .bin.new Change the extension to .bin
End Credit to theShADoW