Skip to content

Commit 27d1b57

Browse files
committed
Reduce brightness
1 parent a55f9cc commit 27d1b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
MatrixPanel_I2S_DMA *dma_display = nullptr;
2828

2929
int startupBrightness = 0;
30-
int brightness = 192;
30+
int brightness = 100;
3131

3232
unsigned long frameCount=25500;
3333
uint8_t const cos_wave[256] =

0 commit comments

Comments
 (0)