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

Status bar refactoring #66

Closed JohnySeven closed 3 years ago

JohnySeven commented 3 years ago

I've made the statusbar more object based, more capable. Every status bar icon (image or text) now have object representation that can be used to manipulate icon status (visible, hidden, warning), color (setcolor) and text (in case of text status). Last commit contains adding new status icon - number of pending messages from SK server or warning messages about SK connection or Wifi.

ba58smith commented 3 years ago

Wow! What a lot of work for just the icons!!! But I'm glad you did it - it will make it much easier to do anything with icons in the future. I didn't review every line - it was too much for my brain. And I had only one question - about style, not substance. I'm sure you've tested it, and we'll find out soon enough if it's not working correctly.