ESP32-HUB75-MatrixPanel-DMA/examples
2021-10-10 21:43:56 +01:00
..
1_SimpleTestShapes Update 2021-08-16 13:29:44 +01:00
2_PatternPlasma Fixed brightness set to 75% in examples 2021-02-20 21:03:06 +03:00
3_FM6126Panel Fixed brightness set to 75% in examples 2021-02-20 21:03:06 +03:00
AnimatedGIFPanel Updated this repository with AnimatedGIFPanel example. 2021-07-28 10:36:16 +05:30
AuroraDemo Remove last remaining legacy usage of the library 2021-08-17 15:13:11 +01:00
BitmapIcons Remove last remaining legacy usage of the library 2021-08-17 15:13:11 +01:00
BouncingSquares Create BouncingSquares.ino 2021-08-19 23:13:16 +01:00
ChainedPanels Documentation updates 2021-04-12 13:02:47 +01:00
ChainedPanelsAuroraDemo Update to 2.0.0 2021-02-10 15:49:19 +00:00
One_Eighth_1_8_ScanPanel Update OneEighthScanMatrixPanel.h 2021-10-10 21:43:56 +01:00
One_Quarter_1_4_ScanPanel 1/8 Scan Panel Example 2021-10-10 19:06:11 +01:00
PIO_TestPatterns TestPatterns example updated 2021-02-16 23:03:56 +03:00
SmoothDoubleBuffer Update SmoothDoubleBuffer.ino 2021-08-19 20:09:43 +01:00
README.md Update README.md 2021-10-10 19:17:00 +01:00

Example Name Description
1_SimpleTestShapes Example for new starters - how to display basic shapes.
2_PatternPlasma Example for new starters - how to display a cool plasma pattern.
3_FM6126Panel Example for new starters - how to initialise FM6126/FM6126A panels with this library.
AnimatedGIFPanel Using Larry Bank's GIF Decoder to display animated GIFs.
AuroraDemo Simple example demonstrating various animated effects.
BitmapIcons Simple example of how to display a bitmap image to the display.
ChainedPanels Popular example on how to use the 'VirtualDisplay' class to chain multiple LED Matrix Panels to form a much bigger display! Refer to the README within this example's folder!
ChainedPanelsAuroraDemo As above, but showing a large trippy plasma animation.
Smooth Double Buffer Example of using a back-buffer (double buffering). Not useful in 99.9% of use-cases of this library. Uses double the SRAM as well.
One_Quarter_1_4_ScanPanel Using this library with a 32w x 16h 1/4 Scan LED Matrix Panel. Custom co-ordinate remapping logic required.
One_Eighth_1_8_ScanPanel Using this library with a 64w x 32h 1/8 Scan LED Matrix Panel. Custom co-ordinate remapping logic required.
PIO_TestPatterns Non-Arduino example of how to display basic shapes.