Python and GD3 progress

(New thing: the SPIDriver Expert Pack is now in the Excamera Labs store. This is a SPIDriver plus three adapters to make a complete SPI toolkit. The SPI/Arduino (green board here) is what I'm using in this week's update.)SPIDriver Expert Pack
This week I've continued to tinker with CircuitPython and the Gameduino 3X. It's running on an Adafruit Metro M4 Express, which runs CircuitPython right out of the box. All I had to do was hook up its SPI interface and copy files into its virtual folder. Compared with almost any other embedded development tool, it's really quite painless.

So I aimed to get a simple animation running, just to see if CircuitPython could support some easy stuff.

First the graphics. Starting with the project logo, I cut out these two elements and saved them as transparent .png files. I copied them onto the MicroPython's shared drive.
This image was deleted by MailChimp when they shut down TinyLetter.
Then a few lines of Python to load the sprites and run a simple animation. It draws the Blinka sprite ten times in a circle.
This image was deleted by MailChimp when they shut down TinyLetter.
Quite a few people have asked about this combination - there seems to be a lot of interest in Python with the EVE 8xx series GPUs. Here are some notes on how it's working out.

Finally here's a digital capture of the animation running. Thanks for reading.
This image was deleted by MailChimp when they shut down TinyLetter.