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
Commit message (
Expand
)
Author
Age
*
Remove all references to render interval methods
BaseApp-class
ConfuSomu
2021-08-14
*
Have the render interval be an app attribute
ConfuSomu
2021-08-12
*
Clear display when app is quit via return value
ConfuSomu
2021-08-11
*
Allow apps to close and quit themselves via return
ConfuSomu
2021-08-11
*
Remove one check used to see if app is already init
ConfuSomu
2021-08-11
*
Check if new fails when creating app
ConfuSomu
2021-08-05
*
Rename current_app to foreground_app
ConfuSomu
2021-08-05
*
Move app manager functions to a namespace
ConfuSomu
2021-08-05
*
Clean up app_manager and correctly clear the OLED
ConfuSomu
2021-08-01
*
Transition app_settings to BaseApp class
ConfuSomu
2021-08-01
*
Move function documentation to header file
ConfuSomu
2021-08-01
*
Move bgrefresh of each app to app_manager function
ConfuSomu
2021-08-01
*
Implement virtual getter for app attributes
ConfuSomu
2021-08-01
*
Implement an app_manager that supports BaseApp
ConfuSomu
2021-07-25
*
Remove BaseApp ptr from open_apps after deleting it
ConfuSomu
2021-06-25
*
Move functions related to app lifecycle managment
ConfuSomu
2021-06-25
*
Use an abstract class for apps
ConfuSomu
2021-06-20
*
Merge branch 'app-settings'
ConfuSomu
2021-06-20
|
\
|
*
Remove uneeded return statement
app-settings
ConfuSomu
2021-05-29
|
*
Fix incorrect default value when setting day
ConfuSomu
2021-05-29
|
*
Use pragma once in main.hpp
ConfuSomu
2021-05-27
|
*
Use NUM_CHOICES to avoid having magic number
ConfuSomu
2021-05-27
|
*
Add time format setting
ConfuSomu
2021-05-27
|
*
Implement display settings
ConfuSomu
2021-05-06
|
*
Add user_settings global struct
ConfuSomu
2021-05-06
|
*
Add cancel option to date/time setting menu
ConfuSomu
2021-05-06
|
*
Fix incorrect month displayed
ConfuSomu
2021-05-01
|
*
Display last selected option when showing choices
ConfuSomu
2021-05-01
|
*
Decrease button sensitivity
ConfuSomu
2021-05-01
|
*
Clean up unneeded settings from menu
ConfuSomu
2021-05-01
|
*
Set date in settings
ConfuSomu
2021-05-01
|
*
Set time in settings
ConfuSomu
2021-05-01
|
*
Implement preliminary settings app
ConfuSomu
2021-05-01
|
/
*
Add delta to app_btnpress arguments
ConfuSomu
2021-04-28
*
Move check for button time since press to function
ConfuSomu
2021-04-25
*
Test API methods with main_clock app
ConfuSomu
2021-04-25
*
Fix character ghosting in main_clock
ConfuSomu
2021-04-25
*
Fix race condition on HOME press while rendering
ConfuSomu
2021-04-22
*
Move global variables to struct
ConfuSomu
2021-04-22
*
Ignore home button press when in Api popup
ConfuSomu
2021-04-22
*
Remove heap allocations from home_menu
ConfuSomu
2021-04-14
*
Add spaces to avoid displaying leftover characters
ConfuSomu
2021-04-14
*
Check for invalid app_id when app is init
ConfuSomu
2021-04-14
*
Use const char* as arg for Api::display_write_string
ConfuSomu
2021-04-14
*
Update comments in CMakeLists.txt with findings
ConfuSomu
2021-04-08
*
Fix accessing invalid day of week from array
ConfuSomu
2021-04-08
*
WFI in rendering loop when sleeping
ConfuSomu
2021-04-08
*
Update default datetime to more recent values
ConfuSomu
2021-04-08
*
Remove button testing from home_menu app
ConfuSomu
2021-04-08
*
Rewrite app_init to check for malloc/new failures
ConfuSomu
2021-04-08
[next]