A CircuitPython port of examples in The Nature of Code by Daniel Shiffman https://natureofcode.com/ https://github.com/nature-of-code/noc-book-2/tree/main/content/examples
For my examples I'm using two 64x32 pixel RGB displays chained to produce a 128x32 pixel "canvas". The microcontroller driving the diplays is the Adafruit Matrix Portal M4. https://www.adafruit.com/product/4745 It running the current beta version of CircuitPython (https://github.com/adafruit/circuitpython/releases/tag/9.2.0-beta.0)
In this exercise I'm converting select examples written for Javascript P5JS into Python for microcontrollers using the CircuitPython displayio Library. https://learn.adafruit.com/circuitpython-display-support-using-displayio/library-overview
More to follow...