diff options
| author | Emil Muratov <gpm@hotplug.ru> | 2021-02-20 20:55:46 +0300 |
|---|---|---|
| committer | Emil Muratov <gpm@hotplug.ru> | 2021-02-20 21:03:06 +0300 |
| commit | 6176e1acb41bb540d0478e42d39a341d18939fe0 (patch) | |
| tree | 46bc97d95a7105f155103e77468f835a1b376413 /examples/3_FM6126Panel | |
| parent | 1bbbcf6b6548e176d82d50910fbb8f6a152e41c5 (diff) | |
Fixed brightness set to 75% in examples
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
Diffstat (limited to 'examples/3_FM6126Panel')
| -rw-r--r-- | examples/3_FM6126Panel/3_FM6126Panel.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/3_FM6126Panel/3_FM6126Panel.ino b/examples/3_FM6126Panel/3_FM6126Panel.ino index 114247c..3b706e1 100644 --- a/examples/3_FM6126Panel/3_FM6126Panel.ino +++ b/examples/3_FM6126Panel/3_FM6126Panel.ino @@ -58,7 +58,7 @@ void setup(){ // In the setup() function do something like: // 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() ) |
