Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EXOMODE committed Jul 28, 2019
2 parents dc43fa7 + 4c5d6b0 commit 68026aa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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

0 comments on commit 68026aa

Please sign in to comment.