Skip to content

Commit

Permalink
Changed the number of LEDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tunefs committed Jan 24, 2022
1 parent dc31f8e commit b079ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexxpluss_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class led_controller {
i = i * percent / 100;
fill(color);
}
static constexpr uint32_t NUM_LEDS{60};
static constexpr uint32_t NUM_LEDS{50};
CRGB led[NUM_LEDS];
uint32_t counter{0};
int32_t level{0};
Expand Down

0 comments on commit b079ad2

Please sign in to comment.