aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2020-08-14 10:09:53 +0100
committerGitHub <noreply@github.com>2020-08-14 10:09:53 +0100
commit04251a3805dbf07e976482a90ed07ef716bbf0c2 (patch)
treed411b541a069e4c572a1afde7ea8f6d4beb82bb0
parent291835f04ca9ada363e253048a081cd4b50a6984 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4196c5f..e6b2d8a 100644
--- a/README.md
+++ b/README.md
@@ -112,8 +112,8 @@ If you experience ghosting, you will need to reduce the brightness level, not al
void setup() {
Serial.begin(115200);
matrix.begin(R1_PIN, G1_PIN, B1_PIN, R2_PIN, G2_PIN, B2_PIN, A_PIN, B_PIN, C_PIN, D_PIN, E_PIN, LAT_PIN, OE_PIN, CLK_PIN ); // setup the LED matrix
- matrix.setPanelBrightness(16); // SETS THE BRIGHTNESS HERE. 60 OR LOWER IDEAL.
- matrix.clearScreen(); // You must clear the screen for the new brightness level to take effect.
+ matrix.setPanelBrightness(16); // Set the brightness. 32 or lower ideal.
+ matrix.clearScreen(); // You must clear the screen after changing brightness level for it to take effect.
}