Page 1 of 1

Long 'seconds' image gets cropped when passing through other elements

Posted: 27 Oct 2018, 07:44
by 4313543
I made this watchface: https://amazfitwatchfaces.com/bip/view/?id=15384

I wanted to have the cursor on the bottom blink. I figured I could achieve this by making long images for the seconds digits, taking advantage of transparency, if you get what I'm saying?

So the seconds digits images looked something like:

Code: Select all

             _
     12:43:2|4|
            | |
            | |
            | |
            |▮|
             ‾
With even numbers the cursor is on, odd numbers off. Unfortunately I realized that the images get cropped before it reaches the next line, maybe because it's passing through other elements?

Can anyone think of a way to get the cursor to blink while still keeping the clock in the top line?

Re: Long 'seconds' image gets cropped when passing through other elements

Posted: 28 Oct 2018, 02:44
by TXK
Image for the seconds digits, height can not exceed 24 pixels.

If it exceeds 24 pixels, it will be cut by the watch system。

Moreover, it must be the same line as time, otherwise, it will clear the other images on the same line
(But,background images will not be clear)

Re: Long 'seconds' image gets cropped when passing through other elements

Posted: 19 Mar 2019, 09:20
by TXK
Https://amazfitwatchfaces.com/bip/view/21915

Sorry, the number in seconds is still not supported to be higher than 24 pixels.
However, you can use the second hand to refresh the large number of seconds.