mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 21:34:00 +02:00
Arduino controlled: Fix ledbar addressing
This commit is contained in:
parent
e9d9cdefed
commit
2a54073785
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ void setup()
|
|||
Serial.begin(38400);
|
||||
int i = 0, led = 0;
|
||||
for (i = 0; i < NUM_TLCS; i++)
|
||||
lb[i].begin(B1100000 | i << 1);
|
||||
lb[i].begin(B1100000 | i);
|
||||
for (led = 0; led < cpinsets; led++) {
|
||||
for (i = 0; i < CH; i++) {
|
||||
c[led][i] = cmax[led][i] / 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue