diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 08:39:35 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-11-28 08:39:35 +0000 |
| commit | b6da8ea09a84004354edf720cbd2c7d76f20d767 (patch) | |
| tree | a4e0d2765d92cb4967971b243831bbac128dbe24 /examples/ChainedPanels | |
| parent | 9f9150183619ae755a0d27449ab594b561e22918 (diff) | |
Change library name
Diffstat (limited to 'examples/ChainedPanels')
| -rw-r--r-- | examples/ChainedPanels/ChainedPanels.ino | 6 | ||||
| -rw-r--r-- | examples/ChainedPanels/README.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/ChainedPanels/ChainedPanels.ino b/examples/ChainedPanels/ChainedPanels.ino index 3f90042..da3b3f4 100644 --- a/examples/ChainedPanels/ChainedPanels.ino +++ b/examples/ChainedPanels/ChainedPanels.ino @@ -3,7 +3,7 @@ Steps to use ----------- - 1) In ESP32-RGB64x32MatrixPanel-I2S-DMA.h: + 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) @@ -25,7 +25,7 @@ Thanks to: * Brian Lough for the original example as raised in this issue: - https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA/issues/26 + https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/issues/26 YouTube: https://www.youtube.com/brianlough Tindie: https://www.tindie.com/stores/brianlough/ @@ -202,7 +202,7 @@ void setup() { if (dma_display.width() != NUM_ROWS*NUM_COLS*PANEL_RES_X ) { - Serial.println(F("\r\nERROR: MATRIX_WIDTH and/or MATRIX_HEIGHT in 'ESP32-RGB64x32MatrixPanel-I2S-DMA.h'\r\nis not configured correctly for the requested VirtualMatrixPanel dimensions!\r\n")); + Serial.println(F("\r\nERROR: MATRIX_WIDTH and/or MATRIX_HEIGHT in 'ESP32-HUB75-MatrixPanel-I2S-DMA.h'\r\nis not configured correctly for the requested VirtualMatrixPanel dimensions!\r\n")); Serial.printf("WIDTH according dma_display is %d, but should be %d. Is your NUM_ROWS and NUM_COLS correct?\r\n", dma_display.width(), NUM_ROWS*NUM_COLS*PANEL_RES_X); return; } diff --git a/examples/ChainedPanels/README.md b/examples/ChainedPanels/README.md index 9385522..7b8e526 100644 --- a/examples/ChainedPanels/README.md +++ b/examples/ChainedPanels/README.md @@ -16,7 +16,7 @@ the matrix, but with VirtualDisplay library looking after the pixel mapping to t ### Steps to Use ### -1) In ESP32-RGB64x32MatrixPanel-I2S-DMA.h: +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_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) |
