| Commit message (Collapse) | Author | Age |
|
|
|
| |
This allows creating a menu with more ease.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
I had to modify the OLED library to correctly work with newlines.
|
|
|
|
|
|
|
|
| |
A large number of changes had to be made to use C++. "extern C" had to
be added for a few headers not adapted to C++. See
https://github.com/raspberrypi/pico-sdk/pull/106 for fix in affected
files. They will be removed when the pull request is merged in
pico-sdk's master branch.
|
|
|