diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-10-24 22:04:02 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-10-24 22:04:02 +0100 |
| commit | 3f511c9f6e2e98b7db948910bc3411f5041a1186 (patch) | |
| tree | 012aacfeb0a1e4bc5ba00646256364b89e61932f /examples/PIO_TestPatterns/src | |
| parent | e45a2ee5fa20105d7dff92293fb34abe4da35d2f (diff) | |
| parent | 39e85dd687b68540ee7a8bfeeb0ba4db365cf2c4 (diff) | |
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
Diffstat (limited to 'examples/PIO_TestPatterns/src')
| -rw-r--r-- | examples/PIO_TestPatterns/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/PIO_TestPatterns/src/main.cpp b/examples/PIO_TestPatterns/src/main.cpp index 92a2413..9402e9e 100644 --- a/examples/PIO_TestPatterns/src/main.cpp +++ b/examples/PIO_TestPatterns/src/main.cpp @@ -94,7 +94,7 @@ void setup(){ matrix->begin(); matrix->setBrightness8(255); - // longer latch blanking could help to elliminate ghosting in some cases + // longer latch blanking could help to eliminate ghosting in some cases //matrix->setLatBlanking(2); ledbuff = (CRGB *)malloc(NUM_LEDS * sizeof(CRGB)); // allocate buffer for some tests @@ -383,7 +383,7 @@ void IRAM_ATTR mxfill(CRGB *leds){ // /** - * The one for 256+ matrixes + * The one for 256+ matrices * otherwise this: * for (uint8_t i = 0; i < MATRIX_WIDTH; i++) {} * turns into an infinite loop |
