]> git.earman.xyz Git - sensor-watch.git/commitdiff
add tarot face documentation as per the new template.h
authorJeremy O'Brien <neutral@fastmail.com>
Wed, 11 Jan 2023 19:54:52 +0000 (14:54 -0500)
committerJeremy O'Brien <neutral@fastmail.com>
Wed, 11 Jan 2023 19:55:48 +0000 (14:55 -0500)
movement/watch_faces/complication/tarot_face.h

index e9ffc896b25d8b9c03983ca7f1b7351f9ad5b658..9ff03eb099859a56950175c9a87f0e13ae14bb27 100644 (file)
 
 #include "movement.h"
 
+/*
+ * Tarot card watch face
+ *
+ * Draw from a deck of the 22 major arcana tarot cards
+ *
+ * When "Draw" is shown:
+ * - Light button: cycle # of cards to draw
+ * - Alarm button: shuffle deck and draw cards
+ *
+ * After cards are drawn/showing:
+ * - Light button: view the next drawn card
+ * - Alarm button: shuffle and re-draw new cards
+ * - Light button (long press): go back to Draw screen. For choosing different # of cards to draw.
+ */
+
 #define MAX_CARDS_TO_DRAW 10
 
 typedef struct {