summaryrefslogtreecommitdiffstats
path: root/api.hpp
Commit message (Expand)AuthorAge
* Tidy up project tree; move api, appMgr and BaseAppConfuSomu2021-08-20
* Remove all references to render interval methodsBaseApp-classConfuSomu2021-08-14
* Allow apps to close and quit themselves via returnConfuSomu2021-08-11
* Implement an app_manager that supports BaseAppConfuSomu2021-07-25
* Add user_settings global structConfuSomu2021-05-06
* Ignore home button press when in Api popupConfuSomu2021-04-22
* Use const char* as arg for Api::display_write_stringConfuSomu2021-04-14
* Rewrite app_init to check for malloc/new failuresConfuSomu2021-04-08
* Implement API method for setting current datetimeapi-classConfuSomu2021-03-28
* Implement API method for choosing between stringsConfuSomu2021-03-28
* Implement API method for popup forConfuSomu2021-03-16
* Implement API method to ask user for yes/no choiceConfuSomu2021-03-16
* Move display of popup in API to generic functionConfuSomu2021-03-16
* Dump display backbuffer only onceConfuSomu2021-03-04
* Fix footer and header background drawingConfuSomu2021-03-04
* Enter shallow sleep when there are no interactionsConfuSomu2021-03-02
* Implement API to set/get render intervalConfuSomu2021-03-01
* Implement API method for setting performanceConfuSomu2021-03-01
* 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
* Expose features from the OLED library in the APIConfuSomu2021-02-28
* Refactor API function namesConfuSomu2021-02-27
* Implement getDatetime function in APIConfuSomu2021-02-27
* Remove unnecessary includesConfuSomu2021-02-27
* Use an Api class for abstractionConfuSomu2021-02-27