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;
}
* 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