aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-08-18 13:01:15 +0100
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2021-08-18 13:01:15 +0100
commit3fa92ff6a92e808b1bf42227f7515527192fd996 (patch)
treeba9ecad2e518b73e5e9dc25d95af42628e37c2b2 /examples
parent6975f5f8a24b12c3f17ba33b346ede988ee2f470 (diff)
parent9197707e5bcd04b6623a53bfefd79bddd13ea05a (diff)
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 6b55f37..84f3823 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -9,6 +9,5 @@
|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. |