aboutsummaryrefslogtreecommitdiff
path: root/examples/Four_Scan_Panel
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2025-02-08 15:10:26 +0000
committerGitHub <noreply@github.com>2025-02-08 15:10:26 +0000
commit655c2bc8385607bf72e69399711e1235e0333db8 (patch)
tree3c0c94e90bf0fa9e5238cede56dce3c59d3c0ee7 /examples/Four_Scan_Panel
parentee796eb96f5a88724e9b8509bfae6df12d7363e4 (diff)
parentcefa9d01b858608fba6e329db2f58255d1ec348b (diff)
Merge pull request #739 from board707/pixel_mapper
Add Pixel_Mapping_Test example.
Diffstat (limited to 'examples/Four_Scan_Panel')
-rw-r--r--examples/Four_Scan_Panel/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Four_Scan_Panel/README.md b/examples/Four_Scan_Panel/README.md
index 7df7617..dd75176 100644
--- a/examples/Four_Scan_Panel/README.md
+++ b/examples/Four_Scan_Panel/README.md
@@ -1,7 +1,7 @@
-# Using this library with 32x16 1/8 Scan Panels
+# Using this library with 32x16 1/4 Scan Panels
## Problem
-ESP32-HUB75-MatrixPanel-I2S-DMA library will not display output correctly with 'Four Scan' or 1/8 scan panels such [as this](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/issues/154) by default.
+ESP32-HUB75-MatrixPanel-I2S-DMA library will not display output correctly with 'Four Scan' 64x32 1/8 or 32x16 1/4 scan panels such [as this](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/issues/154) by default.
## Solution
It is possible to connect 1/8 scan panels to this library and 'trick' the output to work correctly on these panels by way of adjusting the pixel co-ordinates that are 'sent' to the underlying ESP32-HUB75-MatrixPanel-I2S-DMA library (in this example, it is the 'dmaOutput' class).