| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
This allows creating a menu with more ease.
|
|
|
|
| |
choosing number
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This reduces display flickering and might help in having a longer
battery life.
|
| |
|
|
|
|
| |
Current app stops getting refreshed and display is turned off.
|
| |
|
|
|
|
|
| |
This is to lower power consumption by having the apps set the lowest
performance they need.
|
| |
|
| |
|
| |
|
|
|
|
| |
I had to modify the OLED library to correctly work with newlines.
|
| |
|
| |
|
| |
|
|
It is currently very basic as functions will be added to it when the time
comes. The idea is to have a method to, for example, show notifications
(and store them in a list with metadata) to the user or also to easily
show a message box overlaying the current display.
Private class members will permit encapsulations of variables related
to these features and limit the privilage that each app has on the
device.
|