aboutsummaryrefslogtreecommitdiff
path: root/examples/2_PatternPlasma
diff options
context:
space:
mode:
Diffstat (limited to 'examples/2_PatternPlasma')
-rw-r--r--examples/2_PatternPlasma/2_PatternPlasma.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/2_PatternPlasma/2_PatternPlasma.ino b/examples/2_PatternPlasma/2_PatternPlasma.ino
index b7bc791..a1c4a23 100644
--- a/examples/2_PatternPlasma/2_PatternPlasma.ino
+++ b/examples/2_PatternPlasma/2_PatternPlasma.ino
@@ -138,7 +138,7 @@ void setup() {
dma_display = new MatrixPanel_I2S_DMA(mxconfig);
// let's adjust default brightness to about 75%
- dma_display->setBrightness8(96); // range is 0-255, 0 - 0%, 255 - 100%
+ dma_display->setBrightness8(192); // range is 0-255, 0 - 0%, 255 - 100%
// Allocate memory and start DMA display
if( not dma_display->begin() )