ESP32-HUB75-MatrixPanel-DMA/examples
2021-03-28 13:31:34 +01:00
..
1_SimpleTestShapes Make SimpleTestShapes great again. 2021-02-19 18:20:08 +00: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 move min_refresh_rate to core config 2021-02-22 12:13:31 +00:00
AuroraDemo Update to 2.0.0 2021-02-10 15:49:19 +00:00
BitmapIcons Update README.md 2021-03-28 13:31:34 +01:00
ChainedPanels Fixed brightness set to 75% in examples 2021-02-20 21:03:06 +03:00
ChainedPanelsAuroraDemo Update to 2.0.0 2021-02-10 15:49:19 +00:00
DoubleBufferSwap Minor changes 2021-02-16 20:20:09 +00:00
GraphicsLayer Update to 2.0.0 2021-02-10 15:49:19 +00:00
P6_32x16_1_4_ScanPanel Update to 2.0.0 2021-02-10 15:49:19 +00:00
PIO_TestPatterns TestPatterns example updated 2021-02-16 23:03:56 +03:00
README.md Update to 2.0.0 2021-02-10 15:49:19 +00: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.
DoubleBufferSwap Advanced example of using a back-buffer (double buffering). Not useful for 99% of use cases.
GraphicsLayer Advanced example of using an off-screen 'layer' library before writing to the LED Matrix Panels.
P6_32x16_1_4_ScanPanel An advanced example ('hack') on how to use this library on 32w x 16h 1/4 Scan LED Matrix Panel.
PIO_TestPatterns Non-Arduino example of how to display basic shapes.