aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-31 20:13:21 +0100
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-31 20:13:21 +0100
commit8973f67dc273ed2a208820f81c210fd9df9d28e9 (patch)
tree4186da7c651e92a0e1ac9285edb0a3366bbc9503
parent98d89c7d61626628d49c63dcca7f121065ceab03 (diff)
parent722977eb1fe68c3476cac00d9a726a076a0810fd (diff)
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5707d97..90f7184 100644
--- a/README.md
+++ b/README.md
@@ -119,10 +119,12 @@ void setup() {
```
-The value to pass 'setPanelBrightness' is the RGB Matrix's pixel width or less. i.e. Approx. 50 or lower. Values greater than 60 can cause ghosting it seems on some panels.
+The value to pass 'setPanelBrightness' is the RGB Matrix's pixel width or less. i.e. Approx. 50 or lower (for a 64 pixel wide panel). Values greater than 60 can cause ghosting it seems.
HOWEVER, by default the library uses a brightness level of '16' so there's really no need to call .setPanelBrightness, unless you specifically want a super bright display.
+Summary: setPanelBrightness(xx) value can be any number from 0 to MATRIX_WIDTH-1. So if you are chaining multiple 64x32 panels, then this value may actually be > 64 (or you will have a dim display).
+
![It's better in real life](image.jpg)
## Inspiration