aboutsummaryrefslogtreecommitdiffstats
path: root/api.cpp
Commit message (Collapse)AuthorAge
* Implement API method for display header textConfuSomu2021-03-01
|
* Implement API method for displaying footer textConfuSomu2021-03-01
|
* Wait for button press then hide popupConfuSomu2021-03-01
|
* Implement method in API for drawing a popupConfuSomu2021-03-01
| | | | I had to modify the OLED library to correctly work with newlines.
* Expose features from the OLED library in the APIConfuSomu2021-02-28
|
* Refactor API function namesConfuSomu2021-02-27
|
* Implement getDatetime function in APIConfuSomu2021-02-27
|
* Use an Api class for abstractionConfuSomu2021-02-27
It is currently very basic as functions will be added to it when the time comes. The idea is to have a method to, for example, show notifications (and store them in a list with metadata) to the user or also to easily show a message box overlaying the current display. Private class members will permit encapsulations of variables related to these features and limit the privilage that each app has on the device.