We would very much like the LPD8806 and the breadboard to be synchronized.
But we are not sure how to do it. If you could point us in the right direction we will be very happy.
Moderators: adafruit_support_bill, adafruit
We would very much like the LPD8806 and the breadboard to be synchronized.
for (i=strip.numPixels()/2; i >= 0; i-=2) {
strip.setPixelColor(i, c2); // grøn
strip.setPixelColor(i + 1, c2); // grøn
strip.setPixelColor(i + strip.numPixels()/2, c1); //rød
strip.setPixelColor(i + (1) + strip.numPixels()/2, c1); // rød
strip.show();
if (i == 0) {
digitalWrite(gul, HIGH);
}
if (i == 2) {
digitalWrite(gul, LOW);
digitalWrite(rod, HIGH);
}
if (i == 16) {
digitalWrite(rod, LOW);
}
delay(wait);
}Return to Glowy things (LCD, LED, TFT, EL) purchased at Adafruit
Users browsing this forum: No registered users and 1 guest