Update One_Eight_1_8_ScanPanel.ino
This commit is contained in:
parent
c4129bf0bd
commit
81af2a94ca
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue