15 Commits

Author SHA1 Message Date
Jeremy O'Brien
a18c285e58 restore old light button behavior
watch faces that handle EVENT_LIGHT_BUTTON_UP but not EVENT_LIGHT_BUTTON_DOWN
probably don't want the default EVENT_LIGHT_BUTTON_DOWN LED activation behavior
2023-01-27 09:43:03 -06:00
Jeremy O'Brien
e512b731bb tarot_face: use direct character arrays instead of arrays of pointers to global strings 2023-01-25 10:25:30 -06:00
joeycastillo
4412b5d08f
Merge branch 'main' into default-handler 2023-01-25 09:26:31 -06:00
Jeremy O'Brien
2b22ecc8e4 add default loop handler to all current watch faces 2023-01-25 09:23:50 -06:00
Jeremy O'Brien
3cd8e5c47e
tarot: avoid mandatory function call on every tick (#185) 2023-01-23 14:15:57 -06:00
Jeremy O'Brien
3025a73956 tarot: mode long press returns to face 0 2023-01-13 10:56:43 -05:00
Jeremy O'Brien
5e1f772138 tarot: reduce calls to watch_display_string() 2023-01-13 08:06:29 -05:00
Jeremy O'Brien
29d7d5bd40 tarot: add full tarot deck as an option 2023-01-12 22:33:01 -05:00
Jeremy O'Brien
c029e40a9a tarot: fix compiler warning 2023-01-12 08:35:25 -05:00
joeycastillo
784defcd55 revert tweak to 'world' card 2023-01-11 13:45:11 -05:00
Jeremy O'Brien
e43a43944f tarot: move comment to where it belongs 2023-01-11 13:33:55 -05:00
Jeremy O'Brien
0293daa926 Implement card flipping and arbitrary # of card draws up to 10 2023-01-11 13:24:52 -05:00
joeycastillo
a65d728877 tarot: tweak to display of 'world' card 2023-01-11 12:49:44 -05:00
joeycastillo
dc5290410e tweak some arcana for readability 2023-01-11 12:15:42 -05:00
Jeremy O'Brien
a0524ba4e6 Implement tarot card face 2023-01-10 23:07:43 -05:00