aboutsummaryrefslogtreecommitdiff
path: root/examples/2_PatternPlasma
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2021-10-17 01:00:43 +1100
committerMike Causer <mcauser@gmail.com>2021-10-17 01:00:43 +1100
commit7ed06c1217b748edcd0a5c2bf5ff4722194c05e1 (patch)
tree4e7a230ccb9c25d1d9f0e3e344899967bbcf0ce2 /examples/2_PatternPlasma
parentcf66382d75d5fb9b9a6f890d0d92c5d09c0fbc96 (diff)
Fix some typos
Diffstat (limited to 'examples/2_PatternPlasma')
-rw-r--r--examples/2_PatternPlasma/2_PatternPlasma.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/2_PatternPlasma/2_PatternPlasma.ino b/examples/2_PatternPlasma/2_PatternPlasma.ino
index a1c4a23..65f85b9 100644
--- a/examples/2_PatternPlasma/2_PatternPlasma.ino
+++ b/examples/2_PatternPlasma/2_PatternPlasma.ino
@@ -99,7 +99,7 @@ void setup() {
// those are the defaults
mxconfig.mx_width = 64; // physical width of a single matrix panel module (in pixels, usually it is always 64 ;) )
- mxconfig.mx_height = 32; // physical height of a single matrix panel module (in pixels, usually amost always it is either 32 or 64)
+ mxconfig.mx_height = 32; // physical height of a single matrix panel module (in pixels, usually almost always it is either 32 or 64)
mxconfig.chain_length = 1; // number of chained panels regardless of the topology, default 1 - a single matrix module
mxconfig.gpio.r1 = R1; // pin mappings
mxconfig.gpio.g1 = G1;