-
Notifications
You must be signed in to change notification settings - Fork 66
Matrix Chaning #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
By default, not. We need to make some changes unfortunately. |
Hi @jnthas! Related question. Can the ESP32 handle chaining two 64x64 panels? I was looking around in the code for references to height, width and changed all from 64, 64 to 128, 64. That didn't do the trick.
|
Hello @krzimmer, Yes, it's possible to chain displays. Check the display library for more details |
Would it be possible to add matrix chaining to use 2 64x32 as one 64x64 as described in the ESP32 HUB75 MatrixPanel?
https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA?tab=readme-ov-file#can-i-chain-panels
Currently chaining 2 panels repeats the image as two 64x32.
The text was updated successfully, but these errors were encountered: