index
:
pico-watch
BaseApp-class
api-class
app-game_falldown
app-main_clock
app-settings
app-tests
main
master
ui-ListWidget
An 128×64 OLED watch based on Raspberry Pi Pico.
ConfuSomu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api.hpp
Commit message (
Expand
)
Author
Age
*
Tidy up project tree; move api, appMgr and BaseApp
ConfuSomu
2021-08-20
*
Remove all references to render interval methods
BaseApp-class
ConfuSomu
2021-08-14
*
Allow apps to close and quit themselves via return
ConfuSomu
2021-08-11
*
Implement an app_manager that supports BaseApp
ConfuSomu
2021-07-25
*
Add user_settings global struct
ConfuSomu
2021-05-06
*
Ignore home button press when in Api popup
ConfuSomu
2021-04-22
*
Use const char* as arg for Api::display_write_string
ConfuSomu
2021-04-14
*
Rewrite app_init to check for malloc/new failures
ConfuSomu
2021-04-08
*
Implement API method for setting current datetime
api-class
ConfuSomu
2021-03-28
*
Implement API method for choosing between strings
ConfuSomu
2021-03-28
*
Implement API method for popup for
ConfuSomu
2021-03-16
*
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
*
Implement API to set/get render interval
ConfuSomu
2021-03-01
*
Implement API method for setting performance
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
*
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
*
Use an Api class for abstraction
ConfuSomu
2021-02-27