add third panel
This commit is contained in:
parent
940d3c18cc
commit
aee0352422
|
@ -31,7 +31,7 @@ D3 - _clear
|
|||
#define PIN_CLEAR 12 //connects CLEAR Pin from Annax board to GND (clears column)
|
||||
|
||||
|
||||
#define COLUMNBYTES 13 //4 columns per byte. one panel has 25 columns. (int)((numpanels*25)/4+1)
|
||||
#define COLUMNBYTES 19 //4 columns per byte. one panel has 25 columns. (int)((numpanels*25)/4+1)
|
||||
|
||||
|
||||
//### Timings ###
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "flipdot.h"
|
||||
|
||||
|
||||
#define COLUMNS 50
|
||||
#define COLUMNS 75
|
||||
#define ROWS 16
|
||||
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ void loop() {
|
|||
Serial.print("Update max took "); Serial.print(flip.updateDuration); Serial.println(" ms");
|
||||
flip.updateDuration=0; //reset
|
||||
|
||||
flip.shuffleOrder(1);
|
||||
//flip.shuffleOrder(1);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue