Skip to content
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

Multiple displays support #14

Open
perdidor opened this issue Oct 10, 2023 · 1 comment
Open

Multiple displays support #14

perdidor opened this issue Oct 10, 2023 · 1 comment

Comments

@perdidor
Copy link

Hello. Thanks for your work. It compiles and runs successfully with esp-idf@esp32s3. But i need to support 8 same displays simultaneously. They are ordered and inder way to me from aliexpress . Is it possible? Any help appreciated. Thanks.

@atanisoft
Copy link
Owner

I haven't used more than one display in any of my projects. But you should have some options on implementation.

  • if the displays all need to be identical you could wire them all in parallel
  • if each display needs to be unique, you can parallel the SPI lines and provide dedicated DC/CS pins.

Very likely you will run into performance issues with more than a handful of displays due to SPI transfer speed.

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

2 participants