ESP32-HUB75-MatrixPanel-DMA/examples
Emil Muratov 411d474705 Update 'TestPatterns' example to cover more build flags and options
test patterns
 - regular
 - debug
 - minimal
 - vpane
 - vpane_minimal
2022-01-11 00:10:40 +03:00
..
1_SimpleTestShapes Christmas DMA core tweaks 2021-12-21 22:19:59 +00:00
2_PatternPlasma Fix some typos 2021-10-17 01:00:43 +11:00
3_FM6126Panel Fix some typos 2021-10-17 01:00:43 +11:00
AnimatedGIFPanel Updated AnimatedGIF Panel 2021-12-22 16:50:09 +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
BouncingSquares Merge pull request #200 from mcauser/typos 2021-10-16 15:08:55 +01:00
ChainedPanels Documentation updates 2021-04-12 13:02:47 +01:00
ChainedPanelsAuroraDemo Fix some typos 2021-10-17 01:00:43 +11:00
ChainedPanelsScreenBuffer Update ChainedPanelsScreenBuffer.ino 2021-12-23 01:13:01 +00:00
One_Eight_1_8_ScanPanel Update README.md 2022-01-10 18:11:15 +00:00
One_Quarter_1_4_ScanPanel Fix some typos 2021-10-17 01:00:43 +11:00
PIO_TestPatterns Update 'TestPatterns' example to cover more build flags and options 2022-01-11 00:10:40 +03:00
SmoothDoubleBuffer Update SmoothDoubleBuffer.ino 2021-08-19 20:09:43 +01: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.