JohnySeven / TWatchSK

TTGO T-Watch 2020 v1 supporting Signal K features for displaying boat data and controlling devices on board.
MIT License
9 stars 1 forks source link

Add day and date to the display #35

Closed ba58smith closed 3 years ago

ba58smith commented 3 years ago

Use day/month format for 24 hour format. Use month/day format for 12 hour format.

The only thing I can't solve is the "jumping around on the screen" of the time, am/pm, and seconds, when you first start the watch. I tried to hide all of those elements until after they were aligned, but it didn't make any difference.

JohnySeven commented 3 years ago

Looking good, merging! Regarding alignment issue I will look into it.

ba58smith commented 3 years ago

Don't merge yet. One small bug ("Text" displays in the UL when in 24-hour format), and I need to remove the 0 padding on hours when less than 10 hours. (Currently shows 04:25 - need to make it 4:25.)