Melissa LeBlanc-Williams
Melissa LeBlanc-Williams
Very exciting. I'll probably take a look at this after I get back in a few weeks. I forgot to grab the hardware.
I've gotten Little VGL running on an RA8875 a couple of years ago (before Adafruit_LvGL_Glue existed) and even with some drawing optimizations I implemented, it was a relatively slow drawing...
There isn't currently any library support, but this might be a nice feature to add. I'm going to leave this open for now so you can keep track.
Awesome. Sounds good.
I'm not sure if this is doable on the Teensy 3.2, but it appears to have alternate hardware SPI pins on the Teensy 3.5 and 3.6. I'll need to look...
Oh yeah, that makes sense.
I merged in a new ThinkInkDisplays demo which will eventually supplant both the EInkFeatherWing and EInkBreakouts demos.
MatrixPortal and PortalBase rely on the RGBMatrix module (which is basically a wrapper around protomatter). I'm kind of surprised it didn't fail on the import unless it just has very...
True, but you don't need to import the top level (see https://learn.adafruit.com/creating-projects-with-the-circuitpython-matrixportal-library/choosing-your-modules). For the message board, I only used the matrix layer to handle the initialization.
I don't believe it does. I'd recommend using [jpegio](https://docs.circuitpython.org/en/latest/shared-bindings/jpegio/index.html).