adafruit_blinka_raspberry_pi5_piomatter.AdafruitMatrixBonnetRGB888
- adafruit_blinka_raspberry_pi5_piomatter.AdafruitMatrixBonnetRGB888(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 memory layout (4 bytes per pixel)
This is deprecated shorthand for PioMatter(Colorspace.RGB888, Pinout.AdafruitMatrixBonnet, …).