README.md

December 23, 2021 ยท View on GitHub

Example NameDescription
1_SimpleTestShapesExample for new starters - how to display basic shapes.
2_PatternPlasmaExample for new starters - how to display a cool plasma pattern.
3_FM6126PanelExample for new starters - how to initialise FM6126/FM6126A panels with this library.
AnimatedGIFPanelUsing Larry Bank's GIF Decoder to display animated GIFs.
AuroraDemoSimple example demonstrating various animated effects.
BitmapIconsSimple example of how to display a bitmap image to the display.
ChainedPanelsPopular example on how to use the 'VirtualMatrixPanel' class to chain multiple LED Matrix Panels to form a much bigger display! Refer to the README within this example's folder!
ChainedPanelsAuroraDemoAs above, but showing a large trippy plasma animation.
ChainedPanelsScreenBufferUsing the same 'VirtualMatrixPanel' class but also implementing a FastLED off-screen pixel buffer to do cool stuff.
One_Quarter_1_4_ScanPanelUsing this library with a 32w x 16h 1/4 Scan LED Matrix Panel. Custom co-ordinate remapping logic required. NOT WORKING.
One_Eighth_1_8_ScanPanelUsing this library with a 64w x 32h 1/8 Scan LED Matrix Panel. Custom co-ordinate remapping logic required.
PIO_TestPatternsNon-Arduino example of how to display basic shapes.