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/Four_Scan_Panel | |
| parent | 1bb96e01754b7bdbbeffc6c4367760176b08e4cd (diff) | |
| parent | 66015862ac61c28a3b88bb9738f2c480dfc827c7 (diff) | |
Merge pull request #3 from mrfaptastic/master
uptodate
Diffstat (limited to 'examples/Four_Scan_Panel')
| -rw-r--r-- | examples/Four_Scan_Panel/Four_Scan_Panel.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Four_Scan_Panel/Four_Scan_Panel.ino b/examples/Four_Scan_Panel/Four_Scan_Panel.ino index 856d7e5..5086b62 100644 --- a/examples/Four_Scan_Panel/Four_Scan_Panel.ino +++ b/examples/Four_Scan_Panel/Four_Scan_Panel.ino @@ -91,7 +91,7 @@ delay(500); // create FourScanPanellay object based on our newly created dma_display object - FourScanPanel = new VirtualMatrixPanel((*dma_display), NUM_ROWS, NUM_COLS, PANEL_RES_X, PANEL_RES_Y, SERPENT, TOPDOWN); + FourScanPanel = new VirtualMatrixPanel((*dma_display), NUM_ROWS, NUM_COLS, PANEL_RES_X, PANEL_RES_Y); // THE IMPORTANT BIT BELOW! FourScanPanel->setPhysicalPanelScanRate(FOUR_SCAN_32PX_HIGH); |
