From ab06cae02f97f2acf35c23c13d4b54168cee315f Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sat, 18 Mar 2023 11:41:38 +0000 Subject: [PATCH] Update Four_Scan_Panel.ino --- examples/Four_Scan_Panel/Four_Scan_Panel.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);