Search found 15 matches
- 15 Feb 2019, 14:20
- Forum: Closed topics
- Topic: Watchface Help
- Replies: 2
- Views: 804
Re: Watchface Help
Brilliant! Thank you so much for your help!
- 14 Feb 2019, 16:05
- Forum: Closed topics
- Topic: Watchface Help
- Replies: 2
- Views: 804
Watchface Help
I'm experiencing some strange behavior on a new watchface. It's an edited version of xunning's PB face.
https://amazfitwatchfaces.com/bip/view/?id=20653
As you can see from the preview that Feb and July have a strange 0 stuck to the end. On the watch, it doesn't show those, but sometimes the step ...
https://amazfitwatchfaces.com/bip/view/?id=20653
As you can see from the preview that Feb and July have a strange 0 stuck to the end. On the watch, it doesn't show those, but sometimes the step ...
- 08 Nov 2018, 22:12
- Forum: Closed topics
- Topic: Analog Hands Not Displaying (Again)
- Replies: 2
- Views: 1385
Analog Hands Not Displaying (Again)
I designed a new watchface that works in the Watchface Editor but the hands don't display when it's loaded on my Bip. I made sure that the hands don't use more than 12 points (which was my problem last time). I've pasted the code below. Any help would be appreciated.
{
"Background": {
"Image ...
{
"Background": {
"Image ...
- 08 Nov 2018, 16:29
- Forum: Closed topics
- Topic: Watch Faces with 12H, Miles, mm/dd, and Fahrenheit?
- Replies: 15
- Views: 11802
Re: Watch Faces with 12H, Miles, mm/dd, and Fahrenheit?
Shameless Plug - https://amazfitwatchfaces.com/bip/view/?id=14171
12H, Km (watchfaces can't display miles) and F weather. Date is spelled out including week day.
12H, Km (watchfaces can't display miles) and F weather. Date is spelled out including week day.
- 08 Nov 2018, 15:32
- Forum: Closed topics
- Topic: Watchface with seconds counter
- Replies: 14
- Views: 11949
Re: Watchface with seconds counter
You can try to decompile via Watchface.exe
Thank you. I was able to extract the watchface and user interface images and header.json, but no watchface json.
Follow-up question: if I updated the extracted user interface files like the Status, Activity or Weather icons or app icons, could I ...
- 06 Nov 2018, 19:19
- Forum: Closed topics
- Topic: Hide Elements When Locked
- Replies: 2
- Views: 1509
Re: Hide Elements When Locked
It looks like the only way to do this is to make the icons black against a white background when unlocked and then cover the white background with a black lock image when locked. The icons are still above the lock image, they're just black on black.
I've implemented it in a version of my watchface ...
I've implemented it in a version of my watchface ...
- 06 Nov 2018, 15:06
- Forum: Closed topics
- Topic: Watchface with seconds counter
- Replies: 14
- Views: 11949
Re: Watchface with seconds counter
So, we could try to hide the seconds pointer but it would still be draining lots of battery.
The only way to solve this is to put our hand on the original watch face json file and study how it manages to show the seconds only when unlocked.
Does anyone know where I could find the original ...
- 06 Nov 2018, 15:05
- Forum: Closed topics
- Topic: Watchface with seconds counter
- Replies: 14
- Views: 11949
Re: Watchface with seconds counter
So, we could try to hide the seconds pointer but it would still be draining lots of battery.
The only way to solve this is to put our hand on the original watch face json file and study how it manages to show the seconds only when unlocked.
Does anyone know where I could find the original ...
- 06 Nov 2018, 14:49
- Forum: Closed topics
- Topic: Hide Elements When Locked
- Replies: 2
- Views: 1509
Hide Elements When Locked
I'm trying to hide elements when the lock is enabled. I use a large black image with a hole that is supposed to cover the everything but the time. In the watchface editor it works correctly, but when I put it on my Bip, the temperature value, battery and temperature icon are still shown. I've pasted ...
- 23 Oct 2018, 13:40
- Forum: Closed topics
- Topic: Watchface with seconds counter
- Replies: 14
- Views: 11949
Re: Watchface with seconds counter
So, we could try to hide the seconds pointer but it would still be draining lots of battery.
The only way to solve this is to put our hand on the original watch face json file and study how it manages to show the seconds only when unlocked.
Does anyone know where I could find the original ...
- 22 Oct 2018, 16:38
- Forum: Closed topics
- Topic: Analog hands not displaying
- Replies: 7
- Views: 4779
- 22 Oct 2018, 14:50
- Forum: Closed topics
- Topic: Analog hands not displaying
- Replies: 7
- Views: 4779
Re: Analog hands not displaying
Thanks for your help TXK, that works!
- 22 Oct 2018, 12:56
- Forum: Closed topics
- Topic: Analog hands not displaying
- Replies: 7
- Views: 4779
Re: Analog hands not displaying
I'm not sure what you mean by this? The hands are on the top, that's why I created the hour hand like a mask.
- 19 Oct 2018, 19:38
- Forum: Closed topics
- Topic: Analog hands not displaying
- Replies: 7
- Views: 4779
Analog hands not displaying
I've created a unique analog watch face where the hours hand is actually a mask for the numbers which are only visible when the hand crosses over the number.
https://i.postimg.cc/SQgVT1X9/Analog-packed-animated.gif
The way this works, is the hour hand starts outside the screen, covers the entire ...
https://i.postimg.cc/SQgVT1X9/Analog-packed-animated.gif
The way this works, is the hour hand starts outside the screen, covers the entire ...
- 03 Oct 2018, 14:50
- Forum: Closed topics
- Topic: Watchface designer issue
- Replies: 21
- Views: 7597
Re: Watchface designer issue
Two things that might help.
1) Make sure the .json doesn't reference images that don't exist.
2) You can get more details if you compile the watchface by opening a command prompt and typing watchface.exe nameofface.json
1) Make sure the .json doesn't reference images that don't exist.
2) You can get more details if you compile the watchface by opening a command prompt and typing watchface.exe nameofface.json