| Commit message (Expand) | Author | Age |
... | |
| * | Implement API method to ask user for yes/no choice | ConfuSomu | 2021-03-16 |
| * | Move display of popup in API to generic function | ConfuSomu | 2021-03-16 |
| * | Dump display backbuffer only once | ConfuSomu | 2021-03-04 |
| * | Fix footer and header background drawing | ConfuSomu | 2021-03-04 |
|/ |
|
* | Enter shallow sleep when there are no interactions | ConfuSomu | 2021-03-02 |
* | Use bool in bgrefresh | ConfuSomu | 2021-03-01 |
* | Merge branch 'api-class' | ConfuSomu | 2021-03-01 |
|\ |
|
| * | Fix race condition when refresh interval is small | ConfuSomu | 2021-03-01 |
| * | Implement API to set/get render interval | ConfuSomu | 2021-03-01 |
| * | Implement API method for setting performance | ConfuSomu | 2021-03-01 |
| * | Use header and footer methods in apps | ConfuSomu | 2021-03-01 |
| * | Implement API method for display header text | ConfuSomu | 2021-03-01 |
| * | Implement API method for displaying footer text | ConfuSomu | 2021-03-01 |
| * | Remove popup tests from home_menu | 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 |
| * | 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 |
| * | Remove unnecessary includes | ConfuSomu | 2021-02-27 |
| * | Init selected_app in home_menu to a default value | ConfuSomu | 2021-02-27 |
| * | Use an Api class for abstraction | ConfuSomu | 2021-02-27 |
|/ |
|
* | Use dynamic allocation of app variables/data | ConfuSomu | 2021-02-20 |
* | Disable VSCode C/C++ error underlines | ConfuSomu | 2021-02-20 |
* | Use namepace for main_clock app | ConfuSomu | 2021-02-20 |
* | Adopt C++ | ConfuSomu | 2021-02-20 |
* | Implement home menu | ConfuSomu | 2021-02-15 |
* | Implement handling of button presses | ConfuSomu | 2021-02-10 |
* | Ignore cortex-debug state json files | ConfuSomu | 2021-02-09 |
* | Create a sort of framework for apps | ConfuSomu | 2021-02-08 |
* | Move initalisation to init.h/init.c | ConfuSomu | 2021-02-07 |
* | Set display contrast in define | ConfuSomu | 2021-02-07 |
* | Show date | ConfuSomu | 2021-02-07 |
* | Use custom function for time string formatting | ConfuSomu | 2021-02-06 |
* | Implement clock base | ConfuSomu | 2021-02-06 |
* | Initial commit | ConfuSomu | 2021-01-31 |