]> git.earman.xyz Git - sensor-watch.git/commitdiff
tarot: add card inversion explanation
authorJeremy O'Brien <neutral@fastmail.com>
Wed, 11 Jan 2023 23:36:13 +0000 (18:36 -0500)
committerJeremy O'Brien <neutral@fastmail.com>
Wed, 11 Jan 2023 23:36:13 +0000 (18:36 -0500)
movement/watch_faces/complication/tarot_face.h

index 9ff03eb099859a56950175c9a87f0e13ae14bb27..3de5d0199126a9c6cc2342086dac2efd962540f1 100644 (file)
 /*
  * Tarot card watch face
  *
- * Draw from a deck of the 22 major arcana tarot cards
+ * Draw from a deck of the 22 major arcana tarot cards.
+ *
+ * In tarot reading, a card orientation can be upright or inverted, and the
+ * interpertation of the card can change depending on this state. This face
+ * lights the alarm indicator to show when a card is inverted. Just ignore it
+ * if you prefer not to deal with card inversions.
  *
  * When "Draw" is shown:
  * - Light button: cycle # of cards to draw
@@ -39,7 +44,8 @@
  * 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.
+ * - Light button (long press): go back to Draw screen,
+ *   for choosing different # of cards to draw.
  */
 
 #define MAX_CARDS_TO_DRAW 10