-
Notifications
You must be signed in to change notification settings - Fork 116
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
Ethernet + DMA I/O driven SPI display causes display corruption. #24
Comments
|
I have both the ISO and non ISO models, I get the same results on both.
https://github.com/jonshouse1/ESPVNCC/blob/main/esp32_lcd_touch_screen_wiring.png
Not your display module, no. I have several projects under way with this board (If I can make it reliable!), I am using the header to connect sensors rather than display. |
Meanwhile I tested with our MOD-LCD2.8RTP and ESP32-POE-ISO with and without Ethernet connected and it has no such issue. Mind that our display uses same controller. Here is a picture of my setup: Here is the code and libraries that I used (quick and dirty combination of LCD and Ethernet demo): |
The hardware connection that you linked seem alright on first look. If you have both ESP32-POE and ESP32-POE-ISO, start debugging the issue by using ESP32-POE. Leave ESP32-POE-ISO aside. The reason is that ESP32-POE-ISO has less free pins. |
I am not a C++ programmer or Arduino ide user. The best test I have found is to write a single colour to every line of the display over and over again as fast as possible, then send Ethernet data to the host and see if the display corrupts. Because the display is a single colour only your eye is drawn instantly to any change in colour. At the moment it looks like the ESP IDF SPI driver has a bug that I am finding but it is a little early to be completely sure. |
I am having trouble using a display with the POE board, issue described here:
espressif/esp-iot-solution#110
This is the code working, but only with an extra hard coded delay that should not be needed, I suspect a driver issue but I could be wrong ?
https://www.youtube.com/watch?v=0XwZXZtgpzw
The text was updated successfully, but these errors were encountered: