aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <gmail@qwe23.com>2019-07-29 13:29:42 +0100
committermrfaptastic <gmail@qwe23.com>2019-07-29 13:29:42 +0100
commitb700ff94bfb696e02a03ea40b3954e1d8fda17fd (patch)
tree269ca94cd930c7a3d662c4ccce0c66ecb0deb347
parentcc3551c0887aa884259b7262835babc14f21489f (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47d32f6..e0ccbe9 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ You'll need to adjust the pin configuration in this library of course.
# Notes
-Seems to work well and drive a RGB panel with decent colours and little flicker. If you experience ghosting, you will need to reduce the brightness level, not all RGB Matrix Panels are the same - some seem to display ghosting artefacts at lower brightness levels. In the setup() function do something like
+Seems to work well and drive a RGB panel with decent colours and little flicker. If you experience ghosting, you will need to reduce the brightness level, not all RGB Matrix Panels are the same - some seem to display ghosting artefacts at lower brightness levels. In the setup() function do something like:
```
void setup() {
@@ -87,6 +87,8 @@ void setup() {
```
+The value to pass 'setPanelBrightness' is the Physical Matrix pixel width or less. i.e. 64 or lower. However values greater than 60 can cause ghosting it seems on some panels.
+
# Credits
* 'SmartMatrix' project code: https://github.com/pixelmatix/SmartMatrix/tree/teensylc