aboutsummaryrefslogtreecommitdiff
path: root/examples/Four_Scan_Panel
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-18 11:41:38 +0000
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-18 11:41:38 +0000
commitab06cae02f97f2acf35c23c13d4b54168cee315f (patch)
tree41ea60c7d0331ae2b26ba03a0a6043ffb7085669 /examples/Four_Scan_Panel
parent4c78112024127840d21aac8a38b2f8ced21eec54 (diff)
Update Four_Scan_Panel.ino
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);