aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmil Muratov <gpm@hotplug.ru>2020-12-22 15:13:13 +0300
committerEmil Muratov <gpm@hotplug.ru>2020-12-22 15:13:13 +0300
commit521e5b0a57161d137d60c281464e1fd201aa35fe (patch)
treec5360b14ce3f9ce980e04403b82b795d7719eb63 /examples
parent05d196d188a7de669254efc6479f835ed935f80f (diff)
parentf32c46e7467ec75e3a85598a1f41d469990e8e8b (diff)
Merge branch 'master' into trials
Diffstat (limited to 'examples')
-rw-r--r--examples/ChainedPanels/ChainedPanels.ino11
1 files changed, 7 insertions, 4 deletions
diff --git a/examples/ChainedPanels/ChainedPanels.ino b/examples/ChainedPanels/ChainedPanels.ino
index 55c4b02..a45f9c1 100644
--- a/examples/ChainedPanels/ChainedPanels.ino
+++ b/examples/ChainedPanels/ChainedPanels.ino
@@ -5,10 +5,13 @@
1) In ESP32-HUB75-MatrixPanel-I2S-DMA.h:
- - Set the MATRIX_HEIGHT to be the y resolution of the physical chained
- panels in a line (if the panels are 32 x 16, set it to be 16)
+ - Set the MATRIX_HEIGHT to be the y resolution of a physical chained
+ panels in the line (as panels each must be of the same dimensions).
+ i.e. If you are chaining 32px 'high' panels, then set MATRIX_HEIGHT to 32.
+
- Set the MATRIX_WIDTH to be the sum of the x resolution of all the physical
- chained panels (i.e. If you have 4 x (32px w x 16px h) panels, 32x4 = 128)
+ chained panels (i.e. If you have 4 (four) x (64px w x 32px h) panels, then 64x4 = 256)
+ i.e. The total pixel 'width' of all the chained panels.
2) In the sketch (i.e. this example):
@@ -241,4 +244,4 @@ void setup() {
void loop() {
-} // end loop \ No newline at end of file
+} // end loop