Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement handling of button presses | ConfuSomu | 2021-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 apps | ConfuSomu | 2021-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. |