diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-08-19 20:05:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 20:05:48 +0100 |
| commit | 20eea3c3d3bc4c8c519992249ac611774181c94a (patch) | |
| tree | 9236eea9a0e22f06e47563ea5fad5c3de536f136 /examples | |
| parent | aa0c7785b27210a0608f0a42b0c96f204c10a4d1 (diff) | |
Update README.md
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 84f3823..0f11b0c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,6 +8,6 @@ |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. | -|DoubleBufferSwap |Advanced example of using a back-buffer (double buffering). Not useful for 99% of use cases. | +|Smooth Double Buffer |Example of using a back-buffer (double buffering). Not useful in 99.9% of use-cases of this library. Uses double the SRAM as well. | |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. | |
