mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-04 18:25:33 +00:00
Can now turn on LED with long press
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user