Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement API method for display header text | ConfuSomu | 2021-03-01 |
| | |||
* | Implement API method for displaying footer text | ConfuSomu | 2021-03-01 |
| | |||
* | Wait for button press then hide popup | ConfuSomu | 2021-03-01 |
| | |||
* | Implement method in API for drawing a popup | ConfuSomu | 2021-03-01 |
| | | | | I had to modify the OLED library to correctly work with newlines. | ||
* | Expose features from the OLED library in the API | ConfuSomu | 2021-02-28 |
| | |||
* | Refactor API function names | ConfuSomu | 2021-02-27 |
| | |||
* | Implement getDatetime function in API | ConfuSomu | 2021-02-27 |
| | |||
* | Use an Api class for abstraction | ConfuSomu | 2021-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. |