ESP32-HUB75-MatrixPanel-DMA/examples
2025-03-19 22:20:23 +00:00
..
1_SimpleTestShapes fixed nullptr dereference in example 3 2024-09-19 04:39:20 -07:00
2_PatternPlasma Clean-up and fix some examples 2024-07-28 22:00:45 +01:00
3_DoubleBuffer Update 3_DoubleBuffer.ino 2025-03-16 16:18:56 +00:00
4_OtherShiftDriverPanel Title spelling mistake in README.md 2025-01-24 20:30:13 +00:00
AnimatedGIFPanel_LittleFS Clean-up and fix some examples 2024-07-28 22:00:45 +01:00
AnimatedGIFPanel_SD Add SDCard AnimatedGIF example 2023-03-13 00:09:40 +00:00
AuroraDemo Update PatternStarfield.hpp 2024-08-14 23:42:11 +01:00
BitmapIcons Fix some typos 2021-10-17 01:00:43 +11:00
esp-idf Add examples & Github Actions test for ESP-IDF. 2023-05-16 12:38:12 -04:00
HueValueSpectrum Clean-up and fix some examples 2024-07-28 22:00:45 +01:00
PIO_TestPatterns Fix Arduino and IDF CI 2025-03-17 11:55:10 +01:00
Pixel_Mapping_Test Add Pixel_Mapping_Test example. 2025-01-31 00:45:36 +03:00
ScrollingTextLayer Create ScrollingTextLayer.ino 2025-03-17 20:55:35 +00:00
VirtualMatrixPanel Enhance VirtualMatrixPanel_T example 2025-03-19 22:20:23 +00:00
README.md Update README.md 2021-12-23 01:17:36 +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 'VirtualMatrixPanel' 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.
ChainedPanelsScreenBuffer Using the same 'VirtualMatrixPanel' class but also implementing a FastLED off-screen pixel buffer to do cool stuff.
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. NOT WORKING.
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.