ESP32-HUB75-MatrixPanel-DMA/examples
2023-04-02 13:15:26 +01:00
..
1_SimpleTestShapes Updates 2022-10-06 23:51:25 +01:00
2_PatternPlasma Fix some typos 2021-10-17 01:00:43 +11:00
3_DoubleBuffer Cleanup 2023-04-02 13:12:53 +01:00
4_OtherShiftDriverPanel Update README.md 2023-04-02 13:15:26 +01:00
AnimatedGIFPanel_SD Add SDCard AnimatedGIF example 2023-03-13 00:09:40 +00:00
AnimatedGIFPanel_SPIFFS Update 2023-03-12 23:16:06 +00:00
AuroraDemo Fix some typos 2021-10-17 01:00:43 +11:00
BitmapIcons Fix some typos 2021-10-17 01:00:43 +11:00
ChainedPanels Update README.md 2023-03-12 09:56:48 +00:00
ChainedPanelsAuroraDemo Update ChainedPanelsAuroraDemo.ino 2023-03-18 11:35:28 +00:00
Four_Scan_Panel Update Four_Scan_Panel.ino 2023-03-18 11:41:38 +00:00
Julia_Set_Demo Create Julia_Set_Demo.ino 2023-02-20 02:32:54 +08:00
PIO_TestPatterns Update main.cpp 2023-03-12 10:13:01 +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.