summaryrefslogtreecommitdiffstats
path: root/globals.hpp
Commit message (Collapse)AuthorAge
* WIP on the Falldown gamemainapp-game_falldownConfuSomu2022-01-01
| | | | | | | This game is a work in progress. It works a little. As I've had problems with the buttons on my breadboard, I couldn't really work on the project. The WIP is committed as I have to makes changes in another branch and then push everything to a remote origin.
* Tidy up project tree; move api, appMgr and BaseAppConfuSomu2021-08-20
|
* Rename current_app to foreground_appConfuSomu2021-08-05
| | | | | This is a more descriptive name as there could be multiple apps that are currently open, or on-screen, such as a system UI or a status bar.
* Implement an app_manager that supports BaseAppConfuSomu2021-07-25
and create classes for home_menu and main_clock apps. This commit has a lot of changes as multiple parts of the project had to be changed to support running apps that are based on the BaseApp class. It could not have been done in multiple commits as the progam would not be able to build and thus I would not be able to test the changes.