From 526ac5c1bc5d2871abe61281257fd93cf3fe2e4e Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Thu, 23 Dec 2021 01:16:53 +0000 Subject: Update README.md --- examples/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 2acbd79..578e5da 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,8 +6,9 @@ |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! | +|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. | |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. | -- cgit v1.3.1