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

Is there a way to determine if display is connected? #126

Open
ntfs1984 opened this issue Sep 17, 2024 · 1 comment
Open

Is there a way to determine if display is connected? #126

ntfs1984 opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@ntfs1984
Copy link

Doing some high-voltage device, which sometimes put display down, on ESP32 connection using SPI.
ESP32 doesn't rebooting, so it's only display problem.

Not problem of your library, but have a question: is there a way to determine if display still accessible via SPI connection?

@ntfs1984 ntfs1984 added the question Further information is requested label Sep 17, 2024
@lexus2k
Copy link
Owner

lexus2k commented Sep 17, 2024

Hi.
It is very display specific, and it depends completely on manufacturer ideas. Many displays do not support reading at all, while others have some custom support. The library uses 3wire spi. Very few displays support reading over 3wire spi.
4wire spi supports reading, but is also not widely used. Mostly i2c is the easiest bus to implement readings to understand if display is still there or not.

But where is a protection for low level voltage logic in your pcb?

Regards,
Aleksei

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

No branches or pull requests

2 participants