aboutsummaryrefslogtreecommitdiffstats
path: root/api.cpp
Commit message (Collapse)AuthorAge
* 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.