diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-01-11 21:09:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 21:09:48 -0500 |
commit | 7c85bc5a8179ff2dc872aafda27a0a70104c4ecf (patch) | |
tree | fe29cbce9b56422f73f377546accd8133e70e051 | |
parent | 279954b724bb4a644615eb67d336d054feef09e1 (diff) | |
parent | edca75c6f6a69aa385e2db47b0f2ffc9d6e62845 (diff) | |
download | Sensor-Watch-7c85bc5a8179ff2dc872aafda27a0a70104c4ecf.tar.gz Sensor-Watch-7c85bc5a8179ff2dc872aafda27a0a70104c4ecf.tar.bz2 Sensor-Watch-7c85bc5a8179ff2dc872aafda27a0a70104c4ecf.zip |
Merge pull request #172 from neutralinsomniac/add-tarot-face-inversion-note
tarot: add card inversion explanation
-rw-r--r-- | movement/watch_faces/complication/tarot_face.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/movement/watch_faces/complication/tarot_face.h b/movement/watch_faces/complication/tarot_face.h index 9ff03eb0..3de5d019 100644 --- a/movement/watch_faces/complication/tarot_face.h +++ b/movement/watch_faces/complication/tarot_face.h @@ -30,7 +30,12 @@ /* * 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 |