Related Articles

Responses

  1. I like it! It looks like you’re using 10 out of the 15 LEDs in the strip? That might be deliberate, but if not and you were wondering why the others don’t light, double-check when you add the LED strip Unit that you change the 10 to 15 for the number of LEDs (so that the block knows what its talking to).
    You code looks like it changes the LEDs to a random color every second, which is cool. Try add some other effects (put each on in its own function like you did with whack_the_spacebar in the Dino game, so this effect could be random_colours) and try add another effect where you light up each LED individually in a loop, or per the course video fade from one colour to the next rather than a hard change.
    Very cool! Thanks for sharing