Seeed Xiao RP2040 with CircuitPython Neopixel Display

Creating a simple display using Neopixel Matrices and a customized version of the Pixel_Framebuf and Led_Animation libraries.

During the Covid pandemic, I built some games for my children, using Neopixel panels, a joystick module and Arduino. Around the same time, I learned how to use Adafruit’s Circuitpython and slowly started to port some of my projects to this platform, especially due to its practicality and speed of implementation.

1 Like

It such a great job!

In the next classes we will work with six different games, gradually advancing in complexity. They will be: Snake, Maze, Arkanoid, Tetris, Space Invaders and Enduro Racer.

The workshop repository has the source code for all of them and can be tested at will by anyone. I believe that with few changes, the same codes can run on other panels with RGB LEDs.