Skip to content

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

Open
alawSD opened this issue May 6, 2024 · 3 comments
Open

Matrix Chaning #68

alawSD opened this issue May 6, 2024 · 3 comments

Comments

@alawSD
Copy link

alawSD commented May 6, 2024

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.

@jnthas
Copy link
Owner

jnthas commented May 7, 2024

By default, not. We need to make some changes unfortunately.

@krzimmer
Copy link

krzimmer commented Apr 12, 2025

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.
Could you explain the other limitations that would prevent 128x64?

HUB75_I2S_CFG mxconfig(128, 64, 2);
Setting the above seemed to cause WiFi to break.

@jnthas
Copy link
Owner

jnthas commented Apr 21, 2025

Hello @krzimmer, Yes, it's possible to chain displays. Check the display library for more details
https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA?tab=readme-ov-file#further-information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants