Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement API method for choosing between strings | ConfuSomu | 2021-03-28 |
| | | | | This allows creating a menu with more ease. | ||
* | Move display of popup in API to generic function | ConfuSomu | 2021-03-16 |
| | | | | | | | | This allows implementing different popup types with more ease. This new function made me notice that the application's heap (and maybe stack) usage is high. When testing the updated gui_popup_text method, I noticed that sometimes, the std::string cannot be allocated. There are more details in the updated api header file. | ||
* | Implement method in API for drawing a popup | ConfuSomu | 2021-03-01 |
| | | | | I had to modify the OLED library to correctly work with newlines. | ||
* | Initial commit | ConfuSomu | 2021-01-31 |