BTW, I suspect there may be a new version of the eyes code shortly. Adafruit has released the following new products (plus some more displays pre-announced):
At the moment, there is no learning example in the Qualla processor page, but usually Adafruit puts the page out a week or so after the product is shipping.
These displays are connected via a 40 pin cable. Unlike the earlier displays, you can't drive the display via SPI (you do setup via SPI, but the actual display is done by 18 pins in parallel for the 6 bits for each color, plus 4 additional pis for control).
I would imagine that we will see a new variant of the eye code. Or possibly the raspberry pi and/or Monster M4SK code will be tweaked to handle this display.
I saw that they had a few copies of the micro processor and displays on hand, so I ordered 1 microprocessor and 1 2.1" 480x480 cap. touch display.
Given the amount of pins, I would imagine it might be possible for the Teensy 4.1 to drive these displays. In theory, you could the FlexIO 1 and FlexIO 2 pins to drive the 18 pins for the parallel display, but I will leave that up to others to investigate.