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
/
apps
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
*
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
*
Move app manager functions to a namespace
ConfuSomu
2021-08-05
*
Transition app_settings to BaseApp class
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
*
Move functions related to app lifecycle managment
ConfuSomu
2021-06-25
*
Use an abstract class for apps
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 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
*
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
*
Test API methods with main_clock app
ConfuSomu
2021-04-25
*
Fix character ghosting in main_clock
ConfuSomu
2021-04-25
*
Remove heap allocations from home_menu
ConfuSomu
2021-04-14
*
Add spaces to avoid displaying leftover characters
ConfuSomu
2021-04-14
*
Fix accessing invalid day of week from array
ConfuSomu
2021-04-08
*
Remove button testing from home_menu app
ConfuSomu
2021-04-08
*
Use bool in bgrefresh
ConfuSomu
2021-03-01
*
Implement API method for setting performance
ConfuSomu
2021-03-01
*
Use header and footer methods in apps
ConfuSomu
2021-03-01
*
Remove popup tests from home_menu
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
*
Refactor API function names
ConfuSomu
2021-02-27
*
Implement getDatetime function in API
ConfuSomu
2021-02-27
*
Remove unnecessary includes
ConfuSomu
2021-02-27
*
Init selected_app in home_menu to a default value
ConfuSomu
2021-02-27
*
Use an Api class for abstraction
ConfuSomu
2021-02-27
*
Use dynamic allocation of app variables/data
ConfuSomu
2021-02-20
*
Use namepace for main_clock app
ConfuSomu
2021-02-20
*
Adopt C++
ConfuSomu
2021-02-20
*
Implement home menu
ConfuSomu
2021-02-15
[next]