aboutsummaryrefslogtreecommitdiffstats
path: root/apps/home_menu.h
Commit message (Collapse)AuthorAge
* Implement home menuConfuSomu2021-02-15
Buttons are now detected and reported to the current running application (demoed in main_clock and home_menu with `oledWriteString(oled, 0,0,2, &data[0], FONT_6x8, 0, 1);`). I start to see the limitations with APP_DATA. It will be dropped in a futur commit after moving each app into its own namespace. Variables will be allocated dynamically on app init.