GitPedia

WatchfaceEditor

Amazfit Bip and Cor watchface viewer and editor

From v1ack·Updated June 6, 2026·View on GitHub·

Watchface editor for **Amazfit Bip**, **Amazfit Cor** and **Mi Band 4** The project is written primarily in JavaScript, distributed under the GNU General Public License v3.0 license, first published in 2017. Key topics include: amazfit, watchface.

Latest release: 0.1.1
February 3, 2018View Changelog →

WatchfaceEditor

GitHub last commit GitHub commit activity

Watchface editor for Amazfit Bip, Amazfit Cor and Mi Band 4

First you should disassemble watchface.bin file and then upload all images and .json file to this app

There is a full instruction in app

Development

Install Node.js and npm

Install packages npm install

Start dev server npm run dev

Open local on http://localhost:9000/

How to help with translation

There are two apps - watchface editor and image creator

To translate watchface editor you need:

  • add json with translation to dev/translation/{lang-name}.json
  • import your lang in dev/js/app.js (see other langs)
  • add checking and setting language on app open in dev/js/watchfaceEditor.js
  • add button for choosing language in index.html

To translate watchface editor you need:

  • add json with translation to assets/translation_ic/czech.json
  • add checking and setting language on app open in js/image_creator.js
  • add button for choosing language in imagecreator.html

For testing use development instruction above

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from v1ack/watchfaceEditor via the GitHub API.Last fetched: 6/19/2026