diff options
| author | Lukaswnd <lukas.windeln@rwth-aachen.de> | 2023-09-07 18:16:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-07 18:16:14 +0200 |
| commit | 8555ae1c7905fa883846e440dbe5c04ea4d66687 (patch) | |
| tree | 984b16917c9264e0aa44404cce8f5a7fa3931ab0 /examples/PIO_TestPatterns | |
| parent | 1bb96e01754b7bdbbeffc6c4367760176b08e4cd (diff) | |
| parent | 66015862ac61c28a3b88bb9738f2c480dfc827c7 (diff) | |
Merge pull request #3 from mrfaptastic/master
uptodate
Diffstat (limited to 'examples/PIO_TestPatterns')
| -rw-r--r-- | examples/PIO_TestPatterns/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PIO_TestPatterns/src/main.cpp b/examples/PIO_TestPatterns/src/main.cpp index 40d077e..4e0edb1 100644 --- a/examples/PIO_TestPatterns/src/main.cpp +++ b/examples/PIO_TestPatterns/src/main.cpp @@ -116,7 +116,7 @@ void setup(){ chain->begin(); chain->setBrightness8(255); // create VirtualDisplay object based on our newly created dma_display object - matrix = new VirtualMatrixPanel((*chain), NUM_ROWS, NUM_COLS, PANEL_WIDTH, PANEL_HEIGHT, SERPENT, TOPDOWN); + matrix = new VirtualMatrixPanel((*chain), NUM_ROWS, NUM_COLS, PANEL_WIDTH, PANEL_HEIGHT, CHAIN_TOP_LEFT_DOWN); #endif ledbuff = (CRGB *)malloc(NUM_LEDS * sizeof(CRGB)); // allocate buffer for some tests |
