aboutsummaryrefslogtreecommitdiffstats
path: root/apps/main_clock.h
Commit message (Collapse)AuthorAge
* Implement handling of button pressesConfuSomu2021-02-10
| | | | | I did changes to apps/main_clock as this app is also used for testing new features.
* Create a sort of framework for appsConfuSomu2021-02-08
Each app has its own init, render, bgrefresh and destroy functions. The app data array alllows apps to persist data between function calls.