tarot: mode long press returns to face 0

This commit is contained in:
Jeremy O'Brien 2023-01-13 10:26:11 -05:00
parent 5e1f772138
commit 3025a73956
2 changed files with 7 additions and 0 deletions

View File

@ -287,6 +287,10 @@ bool tarot_face_loop(movement_event_t event, movement_settings_t *settings, void
case EVENT_LOW_ENERGY_UPDATE:
watch_display_string("SLEEP ", 4);
break;
case EVENT_MODE_LONG_PRESS:
// since we ignore timeouts, provide a convenient way to jump back to the start
movement_move_to_face(0);
break;
default:
break;
}

View File

@ -48,6 +48,9 @@
* after drawing, "St" is shown for the 1st card in the spread and "En" is
* shown for the last card.
*
* At any point, the mode button can be held to return to your first configured
* watch face.
*
* When "Major" or "All" is shown:
* - Light button: cycle # of cards to draw
* - Light button (long press): toggle between major arcana and all cards