| Commit message (Expand) | Author | Age | Files | Lines |
* | WIP phototransistor stuff | joeycastillo | 2023-02-01 | 5 | -0/+163 |
* | restore old light button behavior | Jeremy O'Brien | 2023-01-27 | 22 | -14/+51 |
* | fix for events firing way too fast | joeycastillo | 2023-01-27 | 1 | -0/+1 |
* | add hardcoded frequency correction values | joeycastillo | 2023-01-25 | 1 | -0/+6 |
* | rename definition for special edition boards | joeycastillo | 2023-01-25 | 1 | -1/+1 |
* | tarot_face: use direct character arrays instead of arrays of pointers to glob... | Jeremy O'Brien | 2023-01-25 | 1 | -2/+2 |
* | Merge branch 'main' into default-handlerdefault-handler | joeycastillo | 2023-01-25 | 19 | -56/+1597 |
|\ |
|
| * | ships_face: fix compiler warnings (#186) | Jeremy O'Brien | 2023-01-23 | 2 | -2/+5 |
| * | fix fast_tick_enabled behavior in movement (#183) | TheOnePerson | 2023-01-23 | 1 | -1/+5 |
| * | Minor enhancements for the countdown face (#177) | Konrad Rieck | 2023-01-23 | 2 | -25/+103 |
| * | tarot: avoid mandatory function call on every tick (#185) | Jeremy O'Brien | 2023-01-23 | 1 | -25/+25 |
| * | Add ships_bell_face (#182) | buckket | 2023-01-23 | 4 | -0/+224 |
| * | Morse-code based RPN calculator (#164) | Christian Chapman | 2023-01-20 | 11 | -0/+1229 |
| * | alarm: fix bell indicator not showing up on fridays | TheOnePerson | 2023-01-20 | 1 | -3/+3 |
* | | add default loop handler to all current watch faces | Jeremy O'Brien | 2023-01-25 | 40 | -184/+58 |
* | | typo | joeycastillo | 2023-01-17 | 1 | -1/+1 |
* | | clarify return value notes in template | joeycastillo | 2023-01-17 | 1 | -2/+6 |
* | | Merge branch 'main' into default-handler | joeycastillo | 2023-01-17 | 4 | -17/+47 |
|\| |
|
| * | Revert "never disable buzzer output" | joeycastillo | 2023-01-17 | 3 | -3/+31 |
| * | rpn_calculator: fix compiler warnings | Jeremy O'Brien | 2023-01-14 | 1 | -14/+16 |
* | | fix documentation of default loop handler in template | joeycastillo | 2023-01-15 | 1 | -2/+2 |
* | | handle switch to secondary face in default handler | joeycastillo | 2023-01-15 | 1 | -15/+5 |
* | | add movement_default_loop_handler, test with default watch faces | joeycastillo | 2023-01-14 | 10 | -41/+44 |
|/ |
|
* | totp : rework and add SHA256/512 (#151) | EmilienCourt | 2023-01-14 | 16 | -251/+1628 |
* | Add calculator watch face (#111) | Niclas Hoyer | 2023-01-14 | 4 | -0/+421 |
* | Merge pull request #175 from neutralinsomniac/tarot-add-minor-arcana | joeycastillo | 2023-01-14 | 2 | -21/+85 |
|\ |
|
| * | tarot: mode long press returns to face 0 | Jeremy O'Brien | 2023-01-13 | 2 | -0/+7 |
| * | tarot: reduce calls to watch_display_string() | Jeremy O'Brien | 2023-01-13 | 1 | -18/+12 |
| * | tarot: add full tarot deck as an option | Jeremy O'Brien | 2023-01-12 | 2 | -21/+84 |
* | | alarm: fix accidental assignment vs conditional logic | Jeremy O'Brien | 2023-01-13 | 1 | -5/+5 |
|/ |
|
* | tarot: fix compiler warning | Jeremy O'Brien | 2023-01-12 | 1 | -1/+1 |
* | tarot: add card inversion explanation | Jeremy O'Brien | 2023-01-11 | 1 | -2/+8 |
* | Merge pull request #171 from neutralinsomniac/document_tarot_face | joeycastillo | 2023-01-11 | 1 | -0/+15 |
|\ |
|
| * | add tarot face documentation as per the new template.h | Jeremy O'Brien | 2023-01-11 | 1 | -0/+15 |
* | | Interval timers face (#130) | TheOnePerson | 2023-01-11 | 4 | -0/+760 |
* | | Add quick counting through hours, minutes, etc. to set time face. (#131) | TheOnePerson | 2023-01-11 | 1 | -33/+70 |
|/ |
|
* | Merge pull request #169 from neutralinsomniac/tarot-face | joeycastillo | 2023-01-11 | 4 | -0/+310 |
|\ |
|
| * | revert tweak to 'world' card | joeycastillo | 2023-01-11 | 1 | -7/+1 |
| * | tarot: move comment to where it belongs | Jeremy O'Brien | 2023-01-11 | 1 | -1/+1 |
| * | Implement card flipping and arbitrary # of card draws up to 10 | Jeremy O'Brien | 2023-01-11 | 2 | -39/+91 |
| * | tarot: tweak to display of 'world' card | joeycastillo | 2023-01-11 | 1 | -1/+7 |
| * | tweak some arcana for readability | joeycastillo | 2023-01-11 | 1 | -7/+9 |
| * | Implement tarot card face | Jeremy O'Brien | 2023-01-10 | 4 | -0/+256 |
* | | Merge pull request #170 from strickinato/add-doc-to-template | joeycastillo | 2023-01-11 | 1 | -0/+7 |
|\ \ |
|
| * | | Add documentation to read me to encourage watch face designers | Aaron Strick | 2023-01-10 | 1 | -0/+7 |
| |/ |
|
* / | Remove more unnecessary conditionals | Jeremy O'Brien | 2023-01-10 | 2 | -15/+3 |
|/ |
|
* | New watch face: Tally counter (tally_face) (#160) | Andrew Mike | 2023-01-10 | 4 | -0/+154 |
* | Precision watch update (#152) | Mikhail Svarichevsky | 2023-01-10 | 14 | -5/+1510 |
* | Add Tachymeter face (#165) | Raymundo Cassani | 2023-01-10 | 4 | -0/+336 |
* | Add stock stopwatch face (#140) | TheOnePerson | 2023-01-10 | 5 | -1/+387 |