diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-12-21 22:19:59 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2021-12-21 22:19:59 +0000 |
| commit | 4f5fcf039953cbfbae689f9a433c8f9cd36348c8 (patch) | |
| tree | 561ce38c5656e488cfaaf867d7f64ddf6082b48e /examples/README.md | |
| parent | 229b0d874c5370fe4b50988dd9a17ff8248068ed (diff) | |
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.
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md index 9144af8..2acbd79 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,7 +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. | -|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. | -|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. +|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. | |
