golioth / ostentus

i2c controlled ePaper display for Golioth Reference Designs
Apache License 2.0
1 stars 0 forks source link

add slideshow module #1

Closed szczys closed 1 year ago

szczys commented 1 year ago

Slides show a label and a value on the screen. Slides are added at runtime by assigning a unique id and a text label. Once added the value may be updated as needed using the id.

Pass a delay in milliseconds to the start() function. It will immediately update the display, then use a periodic timer to step through the available slides.

Signed-off-by: Mike Szczys mike@golioth.io