add light to settings face

This commit is contained in:
hueso
2026-08-04 20:30:08 -03:00
committed by hueso
parent ca78eb1106
commit 6f3f0bc152
+3
View File
@@ -398,6 +398,9 @@ bool settings_face_loop(movement_event_t event, void *context) {
settings_state_t *state = (settings_state_t *)context; settings_state_t *state = (settings_state_t *)context;
switch (event.event_type) { switch (event.event_type) {
case EVENT_LIGHT_LONG_PRESS:
movement_illuminate_led();
break;
case EVENT_LIGHT_BUTTON_DOWN: case EVENT_LIGHT_BUTTON_DOWN:
state->current_page = (state->current_page + 1) % state->num_settings; state->current_page = (state->current_page + 1) % state->num_settings;
watch_clear_display(); watch_clear_display();