Skip to content

Commit

Permalink
Reduce LED brightness to 20%
Browse files Browse the repository at this point in the history
  • Loading branch information
bandogora committed Feb 27, 2024
1 parent 866a116 commit add1b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 2
PATCHLEVEL = 1
VERSION_TWEAK = 0
VERSION_TWEAK = 1
EXTRAVERSION = nightly
2 changes: 1 addition & 1 deletion app/src/update_stop.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int parse_returned_routes(Stop stop, DisplayBox display_boxes[]) {
if (display_address != -1) {
LOG_INF("Display address: %d", display_address);
// There is currently no light sensor to adjust brightness
if (write_num_to_display(display_address, 0x75, min)) {
if (write_num_to_display(display_address, 0x33, min)) {
return 1;
}
} else {
Expand Down

0 comments on commit add1b29

Please sign in to comment.