-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Exomode/amazfitutils
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# amazfitutils | ||
Tools for working with Amazfit WatchFaces. | ||
|
||
## Packing WatchFace | ||
WatchFace.exe [-size] "path/to/config.json" [ "other/path/to/config.json" ... ] | ||
|
||
WatchFace.exe -size176 bip.json | ||
|
||
WatchFace.exe -size120x240 band.json | ||
|
||
WatchFace.exe -size360 gtr.json | ||
|
||
WatchFace.exe -size464 verge.json | ||
|
||
## Unpacking WatchFace | ||
WatchFace.exe [-size] "path/to/face.bin" [ "other/path/to/face.bin" ... ] | ||
|
||
WatchFace.exe -size176 bip.bin | ||
|
||
WatchFace.exe -size120x240 band.bin | ||
|
||
WatchFace.exe -size360 gtr.bin | ||
|
||
WatchFace.exe -size464 verge.bin |