ModischFabrications / Verdandi_Code

Cooperative project to display an analog clock with digital RGB LEDs.
GNU General Public License v3.0
1 stars 0 forks source link

Show error state #25

Open ModischFabrications opened 4 years ago

ModischFabrications commented 4 years ago

Base is implemented in #15, but we need an event to be notified whenever a time is valid/invalid.

ModischFabrications commented 4 years ago

Solange error Uhrzeit anzeigen bis erste uhrzeit geholt

ModischFabrications commented 4 years ago

Do we really want to implement another listener-solution for the time server? It would look similar to the PersistenceManager. We can't really work with inheritance here due to our "functional" style and I don't know any other way to keep it DRY

ModischFabrications commented 4 years ago

An invalid state could also work, look into ledController for notes

ModischFabrications commented 4 years ago
  1. flashing lights?
  2. "! Debug Messages" whenever something is unread?
ModischFabrications commented 4 years ago

Pretty similar to #7