Can now turn on LED with long press
This commit is contained in:
parent
30c378a3ce
commit
2c4d3d7f50
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user