Update ESP32-VirtualMatrixPanel-I2S-DMA.h
This commit is contained in:
parent
0a44e210be
commit
29e04d916a
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ inline VirtualCoords VirtualMatrixPanel::getCoords(int16_t &x, int16_t &y)
|
||||||
coords.y = (panelResY - 1) - coords.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
|
* the underlying hardware library is designed for (because
|
||||||
* there's only 2 x RGB pins... and convert this to 1/4 or something
|
* there's only 2 x RGB pins... and convert this to 1/4 or something
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue