Skip to content

Commit

Permalink
Merge pull request #53 from hnez/status-led-dim
Browse files Browse the repository at this point in the history
ui: reduce idle brightness of the status led
  • Loading branch information
hnez authored Dec 7, 2023
2 parents 803b208 + 71c44d3 commit 909ac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl Ui {
led_status_pattern.set(pattern_locator_on.clone());
} else {
// Green light when locator is off
led_status_color.set((0.0, 1.0, 0.0));
led_status_color.set((0.0, 0.23, 0.0));
led_status_pattern.set(pattern_locator_off.clone());
}
}
Expand Down

0 comments on commit 909ac07

Please sign in to comment.