aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-02-03 22:04:55 +0000
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-02-03 22:04:55 +0000
commit29e04d916a5e88bf2f81f026a0a6ff9ba28d722f (patch)
tree3596bef56320a75b7b80a019fd1e9022e1e984fc /src
parent0a44e210beba1fe14df4d2fa9d77b217b6bb1077 (diff)
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
Diffstat (limited to 'src')
-rw-r--r--src/ESP32-VirtualMatrixPanel-I2S-DMA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h
index c79c376..ea49388 100644
--- a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h
+++ b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h
@@ -206,7 +206,7 @@ inline VirtualCoords VirtualMatrixPanel::getCoords(int16_t &x, int16_t &y)
coords.y = (panelResY - 1) - coords.y;
}
- /* START: Pixel remapping AGAIN to convert 1/2 SCAN output that the
+ /* START: Pixel remapping AGAIN to convert TWO parallel scanline output that the
* the underlying hardware library is designed for (because
* there's only 2 x RGB pins... and convert this to 1/4 or something
*/