Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #19 from tahnok/beats_watch_face | joeycastillo | 2021-10-23 | 4 | -0/+97 | |
| |\ | | | | | | | Port beats to movement framework | |||||
| | * | Port beats to movement framework | Wesley Ellis | 2021-10-23 | 4 | -0/+97 | |
| | | | ||||||
| * | | WIP: thermistor data logger | Joey Castillo | 2021-10-23 | 4 | -0/+145 | |
| | | | ||||||
| * | | fix name of ifdef in thermistor readout face | Joey Castillo | 2021-10-23 | 1 | -3/+3 | |
| | | | ||||||
| * | | move weekday lookup to new utilities file | Joey Castillo | 2021-10-23 | 4 | -12/+80 | |
| |/ | ||||||
| * | movement: add character set demo | Joey Castillo | 2021-10-21 | 5 | -0/+74 | |
| | | ||||||
| * | typo in documentation: all five pins are analog capable | Joey Castillo | 2021-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | movement: add thermistor readout face | Joey Castillo | 2021-10-21 | 7 | -2/+193 | |
| | | ||||||
| * | more accurate names for deep sleep and shallow sleep modes | Joey Castillo | 2021-10-20 | 11 | -114/+169 | |
| | | ||||||
| * | movement: fix preferences glitch, add some notes | Joey Castillo | 2021-10-20 | 2 | -74/+83 | |
| | | ||||||
| * | movement: add tick animation in sleep mode | Joey Castillo | 2021-10-19 | 3 | -3/+14 | |
| | | ||||||
| * | movement settings: add timeout and LED duration | Joey Castillo | 2021-10-19 | 6 | -31/+67 | |
| | | ||||||
| * | getting the sensor watch dev board working | Joey Castillo | 2021-10-19 | 6 | -12/+28 | |
| | | ||||||
| * | Merge pull request #17 from joeycastillo/wip-launcher | joeycastillo | 2021-10-18 | 19 | -21/+1286 | |
| |\ | | | | | | | Resolves #13 | |||||
| | * | fix typos | Joey Castillo | 2021-10-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | add readme for movement app | Joey Castillo | 2021-10-18 | 1 | -0/+297 | |
| | | | ||||||
| | * | movement: remove faster sleep / timeout intervals | Joey Castillo | 2021-10-18 | 1 | -4/+2 | |
| | | | ||||||
| | * | pulsometer: rearrange switch for clarity | Joey Castillo | 2021-10-18 | 1 | -17/+17 | |
| | | | ||||||
| | * | add timeout event to give faces a chance to resign | Joey Castillo | 2021-10-18 | 6 | -7/+28 | |
| | | | ||||||
| | * | pulsometer: make type more c-like | Joey Castillo | 2021-10-18 | 2 | -4/+4 | |
| | | | ||||||
| | * | pulsometer: reset tick in resign function | Joey Castillo | 2021-10-18 | 1 | -0/+1 | |
| | | | ||||||
| | * | fix misspelling of pulsometer | Joey Castillo | 2021-10-16 | 5 | -33/+33 | |
| | | | ||||||
| | * | automatically determine number of watch faces | Joey Castillo | 2021-10-16 | 5 | -32/+31 | |
| | | | ||||||
| | * | early work on background tasks, documentation | Joey Castillo | 2021-10-16 | 7 | -7/+102 | |
| | | | ||||||
| | * | remove unimplemented settings for now | Joey Castillo | 2021-10-16 | 1 | -5/+1 | |
| | | | ||||||
| | * | implement led duration setting | Joey Castillo | 2021-10-16 | 1 | -1/+2 | |
| | | | ||||||
| | * | screensaver mode is now low energy mode | Joey Castillo | 2021-10-16 | 4 | -29/+29 | |
| | | | ||||||
| | * | clarify property names | Joey Castillo | 2021-10-16 | 2 | -19/+19 | |
| | | | ||||||
| | * | rename types to be more c-like | Joey Castillo | 2021-10-16 | 11 | -49/+49 | |
| | | | ||||||
| | * | widgets are now watch faces | Joey Castillo | 2021-10-16 | 16 | -180/+180 | |
| | | | ||||||
| | * | launcher is now movement | Joey Castillo | 2021-10-16 | 13 | -101/+101 | |
| | | | ||||||
| | * | pulseometer: support variable update frequency | Joey Castillo | 2021-10-06 | 1 | -8/+12 | |
| | | | ||||||
| | * | launcher: clean up structs | Joey Castillo | 2021-10-06 | 6 | -34/+31 | |
| | | | ||||||
| | * | remove fake / placeholder widgets | Joey Castillo | 2021-10-05 | 6 | -118/+4 | |
| | | | ||||||
| | * | add pulseometer widget | Joey Castillo | 2021-10-05 | 4 | -0/+110 | |
| | | | ||||||
| | * | fix memory leak when waking from screensaver mode | Joey Castillo | 2021-10-05 | 4 | -3/+11 | |
| | | | ||||||
| | * | launcher: fix high beep on return to clock | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | launcher: add widget for setting the time | Joey Castillo | 2021-10-04 | 4 | -3/+131 | |
| | | | ||||||
| | * | preferences widget: fix alignment of 'never' | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | launcher: fix flickering in preferences widget | Joey Castillo | 2021-10-04 | 1 | -4/+1 | |
| | | | ||||||
| | * | launcher: track can_sleep between runloop invocations | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | launcher: fix typo | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | launcher: improvements to screensaver mode | Joey Castillo | 2021-10-04 | 1 | -6/+14 | |
| | | | ||||||
| | * | slcd: add more special cases | Joey Castillo | 2021-10-04 | 1 | -5/+14 | |
| | | | ||||||
| | * | launcher: let widgets prevent sleep | Joey Castillo | 2021-10-04 | 10 | -36/+43 | |
| | | | ||||||
| | * | event type / subsecond refactor | Joey Castillo | 2021-10-04 | 10 | -36/+47 | |
| | | | ||||||
| | * | disable screensaver interrupt on wake | Joey Castillo | 2021-10-03 | 1 | -0/+1 | |
| | | | ||||||
| | * | launcher: first crack at low power 'screensaver' mode | Joey Castillo | 2021-10-03 | 6 | -42/+84 | |
| | | | ||||||
| | * | implement beep / silent preference | Joey Castillo | 2021-10-03 | 1 | -1/+4 | |
| | | | ||||||
| | * | avoid calling deactivate on widget 0 before it's activated | Joey Castillo | 2021-10-03 | 1 | -1/+2 | |
| | | |