brightness
This commit is contained in:
parent
83e223e2bd
commit
aac7fa33ab
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void console_esp32::panel_update_thread()
|
||||||
|
|
||||||
// initial animation
|
// initial animation
|
||||||
for(uint8_t i=0; i<n_leds; i++) {
|
for(uint8_t i=0; i<n_leds; i++) {
|
||||||
pixels.setPixelColor(i, 255, 255, 255);
|
pixels.setPixelColor(i, brightness, brightness, brightness);
|
||||||
|
|
||||||
int p = i - 10;
|
int p = i - 10;
|
||||||
if (p < 0)
|
if (p < 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue