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 title header from clock UI
app-main_clock
ConfuSomu
2021-09-04
*
Improve UI by relocating elements
ConfuSomu
2021-09-04
*
Display 12 hour time format
ConfuSomu
2021-09-03
*
Clean up spacing and remove uneeded comments
ConfuSomu
2021-09-03
*
Remove Api tests from clock app
ConfuSomu
2021-09-03
*
Refactor names to btn_pressed/btn_released
ConfuSomu
2021-09-03
*
Implement BaseApp method called when btn released
ConfuSomu
2021-08-23
*
Tidy up project tree; move api, appMgr and BaseApp
ConfuSomu
2021-08-20
*
Rename repeating timer to more descriptive name
ConfuSomu
2021-08-19
*
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
[next]