summaryrefslogtreecommitdiffstats
path: root/oled/ss_oled.c
Commit message (Collapse)AuthorAge
* Move display of popup in API to generic functionConfuSomu2021-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 popupConfuSomu2021-03-01
| | | | I had to modify the OLED library to correctly work with newlines.
* Initial commitConfuSomu2021-01-31
n100'>100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124