ESP32-HUB75-MatrixPanel-DMA/examples/README.md
mrfaptastic 4f5fcf0399 Christmas DMA core tweaks
Bring back support to change the I2S_NUM_X as a define.

Attempt to reduce buffer swap flicker with some additional checks.
2021-12-21 22:19:59 +00:00

13 lines
1.8 KiB
Markdown

| 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. |
|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. |