diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-10-10 19:17:00 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-10-10 19:17:00 +0100 |
| commit | 5764238656346ebf2cd73ae5d6e731ad9f89db07 (patch) | |
| tree | c81a6680ebd2e3a6effb3883237670cef2a2f84b /examples | |
| parent | 3752c67b8f61250526ee7d0d5a7ca32ee584a441 (diff) | |
Update README.md
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index 0f11b0c..9144af8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,5 +9,6 @@ |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. | |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. | +|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. | |
