summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add timeout event to give faces a chance to resignJoey Castillo2021-10-186-7/+28
|
* pulsometer: make type more c-likeJoey Castillo2021-10-182-4/+4
|
* pulsometer: reset tick in resign functionJoey Castillo2021-10-181-0/+1
|
* fix misspelling of pulsometerJoey Castillo2021-10-165-33/+33
|
* automatically determine number of watch facesJoey Castillo2021-10-165-32/+31
|
* early work on background tasks, documentationJoey Castillo2021-10-167-7/+102
|
* remove unimplemented settings for nowJoey Castillo2021-10-161-5/+1
|
* implement led duration settingJoey Castillo2021-10-161-1/+2
|
* screensaver mode is now low energy modeJoey Castillo2021-10-164-29/+29
|
* clarify property namesJoey Castillo2021-10-162-19/+19
|
* rename types to be more c-likeJoey Castillo2021-10-1611-49/+49
|
* widgets are now watch facesJoey Castillo2021-10-1616-180/+180
|
* launcher is now movementJoey Castillo2021-10-1613-101/+101
|
* pulseometer: support variable update frequencyJoey Castillo2021-10-061-8/+12
|
* launcher: clean up structsJoey Castillo2021-10-066-34/+31
|
* remove fake / placeholder widgetsJoey Castillo2021-10-056-118/+4
|
* add pulseometer widgetJoey Castillo2021-10-054-0/+110
|
* fix memory leak when waking from screensaver modeJoey Castillo2021-10-054-3/+11
|
* launcher: fix high beep on return to clockJoey Castillo2021-10-041-1/+1
|
* launcher: add widget for setting the timeJoey Castillo2021-10-044-3/+131
|
* preferences widget: fix alignment of 'never'Joey Castillo2021-10-041-1/+1
|
* launcher: fix flickering in preferences widgetJoey Castillo2021-10-041-4/+1
|
* launcher: track can_sleep between runloop invocationsJoey Castillo2021-10-041-1/+1
|
* launcher: fix typoJoey Castillo2021-10-041-1/+1
|
* launcher: improvements to screensaver modeJoey Castillo2021-10-041-6/+14
|
* slcd: add more special casesJoey Castillo2021-10-041-5/+14
|
* launcher: let widgets prevent sleepJoey Castillo2021-10-0410-36/+43
|
* event type / subsecond refactorJoey Castillo2021-10-0410-36/+47
|
* disable screensaver interrupt on wakeJoey Castillo2021-10-031-0/+1
|
* launcher: first crack at low power 'screensaver' modeJoey Castillo2021-10-036-42/+84
|
* implement beep / silent preferenceJoey Castillo2021-10-031-1/+4
|
* avoid calling deactivate on widget 0 before it's activatedJoey Castillo2021-10-031-1/+2
|
* launcher app with clock and preferences menuJoey Castillo2021-10-0312-30/+304
|
* slcd: add function to blank entire screenJoey Castillo2021-10-032-0/+10
|
* basic launcher switching between two widgetsJoey Castillo2021-10-0310-100/+155
|
* more wip launcher stuffJoey Castillo2021-10-034-40/+48
|
* wip: late-night untested launcher app musingsJoey Castillo2021-10-037-0/+298
|
* add beep to starter appJoey Castillo2021-09-301-0/+8
|
* add fractional beats to beat time appJoey Castillo2021-09-301-8/+33
|
* fix LED resistor valuesJoey Castillo2021-09-302-5/+5
|
* add lcd featherJoey Castillo2021-09-302-0/+14719
|
* Merge pull request #16 from joeycastillo/rtc-refactorjoeycastillo2021-09-2935-1771/+422
|\ | | | | Refactor Real-Time Clock Functionality
| * update existing apps to use new RTC APIJoey Castillo2021-09-282-73/+49
| |
| * tweak to API nomenclature: tick happens once a second, other interrupts are ↵Joey Castillo2021-09-283-25/+28
| | | | | | | | periodic
| * rtc: support periodic ticks at intervals from 1 to 128 HzJoey Castillo2021-09-283-20/+94
| |
| * overdue refactor: compile all watch modules separatelyJoey Castillo2021-09-2827-13/+91
| |
| * simplification: return date/time in same format as clock registerJoey Castillo2021-09-282-38/+22
| |
| * remove unused ASF codeJoey Castillo2021-09-278-1570/+0
| |
| * WIP: refactor RTC to use clock mode directlyJoey Castillo2021-09-278-120/+226
|/
* Merge pull request #15 from tahnok/beats-timejoeycastillo2021-09-263-0/+294
|\ | | | | Beats time app + watch