tarot: mode long press returns to face 0
This commit is contained in:
parent
5e1f772138
commit
3025a73956
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user