Skip to content

Commit

Permalink
leds: use full RGBW white for test chase
Browse files Browse the repository at this point in the history
  • Loading branch information
SpComb committed Oct 19, 2024
1 parent e2b647b commit 9d827c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/leds/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int leds_test_chase_frame(struct leds *leds, unsigned frame, struct leds_color c
break;

case LEDS_PARAMETER_WHITE:
color.white = 0;
color.white = 255;
break;
}

Expand Down

0 comments on commit 9d827c7

Please sign in to comment.