aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2022-01-10 19:27:50 +0000
committerGitHub <noreply@github.com>2022-01-10 19:27:50 +0000
commit81af2a94cadbf066b7a1fa66080f516e81e05733 (patch)
tree37262c27c2797a01b09b1b08e62b34163fb4d88d /examples
parentc4129bf0bdcae66657e944110c5c23f78cdeb644 (diff)
Update One_Eight_1_8_ScanPanel.ino
Diffstat (limited to 'examples')
-rw-r--r--examples/One_Eight_1_8_ScanPanel/One_Eight_1_8_ScanPanel.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/One_Eight_1_8_ScanPanel/One_Eight_1_8_ScanPanel.ino b/examples/One_Eight_1_8_ScanPanel/One_Eight_1_8_ScanPanel.ino
index a15367e..d44bb76 100644
--- a/examples/One_Eight_1_8_ScanPanel/One_Eight_1_8_ScanPanel.ino
+++ b/examples/One_Eight_1_8_ScanPanel/One_Eight_1_8_ScanPanel.ino
@@ -92,7 +92,7 @@
OneEightMatrixDisplay = new VirtualMatrixPanel((*dma_display), NUM_ROWS, NUM_COLS, PANEL_RES_X, PANEL_RES_Y, SERPENT, TOPDOWN);
// THE IMPORTANT BIT BELOW!
- OneEightMatrixDisplay->setPhysicalPanelScanRate(ONE_EIGHT);
+ OneEightMatrixDisplay->setPhysicalPanelScanRate(ONE_EIGHT_32);
}