Can now turn on LED with long press

This commit is contained in:
David Volovskiy 2025-09-06 12:07:17 -04:00
parent 30c378a3ce
commit 2c4d3d7f50

View File

@ -444,6 +444,8 @@ bool blackjack_face_loop(movement_event_t event, void *context) {
case EVENT_LIGHT_LONG_PRESS:
if (game_state == BJ_TITLE_SCREEN) {
display_win_ratio(state);
} else {
movement_illuminate_led();
}
break;
case EVENT_ALARM_LONG_PRESS: