adafruit_blinka_raspberry_pi5_piomatter.AdafruitMatrixBonnetRGB888Packed
- adafruit_blinka_raspberry_pi5_piomatter.AdafruitMatrixBonnetRGB888Packed(framebuffer: Buffer, geometry: adafruit_blinka_raspberry_pi5_piomatter.Geometry) adafruit_blinka_raspberry_pi5_piomatter.PioMatter
Construct a PioMatter object to drive panels connected to an Adafruit Matrix Bonnet using the RGB888 packed memory layout (3 bytes per pixel)
This is deprecated shorthand for PioMatter(Colorspace.RGB888Packed, Pinout.AdafruitMatrixBonnet, …).