aboutsummaryrefslogtreecommitdiff
path: root/examples/Four_Scan_Panel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Four_Scan_Panel')
-rw-r--r--examples/Four_Scan_Panel/Four_Scan_Panel.ino2
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);