sporniket / the-clock--firmware-esp32-idf

A firmware written for the Esp32 microcontroller with the Idf toolchain, to implement a clock synchronized with the network time.
GNU General Public License v3.0
0 stars 0 forks source link

[display][ui/ux] Display a greetings at power up #4

Closed sporniket closed 10 months ago

sporniket commented 10 months ago

Technical details

Display a scrolling message ----{The clock by sporniket -- v0}---- at power up. 34 scrolls to complete, at 3 scrolls per seconds ⇒ for about 11seconds.

state machine

power-up --> greetings
greetings --(when greetings is done at least once)-->done-greetings
done-greetings --(when ready to display time)--> display-time
sporniket commented 10 months ago

In effect :