Page 1 of 1

why my watchface has no hands at all...?

Posted: 02 Jun 2019, 11:20
by ahahahaah
hello

in my watch face page https://amazfitwatchfaces.com/bip/view/24900 i have added a watch version without the seconds hand, and a version with the seconds hand.

the version without the seconds hand, works fine (with hours and minutes hands), but when i add it the seconds hand and install it in my watch, there is no hand at all (neither hours nor minutes). i have disabled the seconds for digital, but enable it for analog.
i've checked in the editor of the website and i dont find the problem.

who can help to debug it?
thanks

Re: why my watchface has no hands at all...?

Posted: 02 Jun 2019, 15:42
by romstemp
Edit hand XY ( Hours , Minutes )

Code: Select all

    "AnalogDialFace": {
        "Hours": {
            "OnlyBorder": false,
            "Color": "0xFFFFFF",
            "Center": {
                "X": 88,
                "Y": 88
            },
            "Shape": [
                {
                    "X": 5,
                    "Y": -5
                },
                {
                    "X": 50,
                    "Y": -5
                },
                {
                    "X": 56,
                    "Y": 0
                },
                {
                    "X": 50,
                    "Y": 5
                },
                {
                    "X": 5,
                    "Y": 5
                },
                {
                    "X": 5,
                    "Y": 1
                },
                {
                    "X": 47,
                    "Y": 1
                },
                {
                    "X": 48,
                    "Y": 0
                },
                {
                    "X": 47,
                    "Y": -1
                },
                {
                    "X": 5,
                    "Y": -1
                }
            ]
        },
        "Minutes": {
            "OnlyBorder": false,
            "Color": "0xFFFFFF",
            "Center": {
                "X": 88,
                "Y": 88
            },
            "Shape": [
                {
                    "X": 5,
                    "Y": -5
                },
                {
                    "X": 75,
                    "Y": -5
                },
                {
                    "X": 81,
                    "Y": 0
                },
                {
                    "X": 75,
                    "Y": 5
                },
                {
                    "X": 5,
                    "Y": 5
                },
                {
                    "X": 5,
                    "Y": 1
                },
                {
                    "X": 72,
                    "Y": 1
                },
                {
                    "X": 73,
                    "Y": 0
                },
                {
                    "X": 72,
                    "Y": -1
                },
                {
                    "X": 5,
                    "Y": -1
                }
            ]
        },
        "Seconds": {
            "OnlyBorder": false,
            "Color": "0xFFFFFF",
            "Center": {
                "X": 88,
                "Y": 88
            },
            "Shape": [
                {
                    "X": -21,
                    "Y": -1
                },
                {
                    "X": 82,
                    "Y": -1
                },
                {
                    "X": 82,
                    "Y": 0
                },
                {
                    "X": -21,
                    "Y": 0
                }
            ]
pulse_sec_packed-3427-72d816a221_packed_animated.gif
pulse_sec_packed-3427-72d816a221_packed_animated.gif (41.92 KiB) Viewed 694 times
pulse_sec_packed-3427-72d816a221_packed.zip
(40.62 KiB) Downloaded 65 times

Re: why my watchface has no hands at all...?

Posted: 02 Jun 2019, 18:28
by ahahahaah
omg thank you!
i don't know what happened that explained these X, Y misplaced...

at any rate thank you