diff options
| author | mrfaptastic <gmail@qwe23.com> | 2019-07-29 13:29:42 +0100 |
|---|---|---|
| committer | mrfaptastic <gmail@qwe23.com> | 2019-07-29 13:29:42 +0100 |
| commit | b700ff94bfb696e02a03ea40b3954e1d8fda17fd (patch) | |
| tree | 269ca94cd930c7a3d662c4ccce0c66ecb0deb347 | |
| parent | cc3551c0887aa884259b7262835babc14f21489f (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
