Colorful Pixels

Let’s learn how to create colorful pixels on the ImagiCharm! You’ll light up individual pixels with different colors.


Step 1: Turn On a Pixel

Start by turning on one pixel with a specific color. Let’s make the first pixel red.

# Turn on the first pixel
pixels[0][0] = (255, 0, 0)  # Red
pixels.show()
Thanks! We hope you found what you are looking for. Please feel free to contribute via Github.