smartpanle / PanelLan_esp32_arduino

PanelLan esp32 arduino lib, supports PanelLan displays, SC01, SC01_PLUS(ZX3D50CE08S), SC02(ZX4D30NE01S-UR), SC05(ZX7D00CE01S), SC05_PLUS(ZX2D80CECOF), KC01(ZX2D10GE01S), BC02(ZX3D95CE01S-TR), SC07(ZX4D30CE08S-4827)
MIT License
16 stars 3 forks source link

black screen after trying diferent examples #2

Closed bderkk closed 8 months ago

bderkk commented 8 months ago

Hi! I’m trying to work with this display but I’m having some issues. The problem is I can upload the code and print different thing with serial.print,. But I can not see anything in the display. I’ve tried also with different exemplars from the repo for this board and display. But I don’t know if I’ve to change anything on the board setup. The model is v14 wt32-sc01 plus.

EeeeBin commented 8 months ago

Hi, bderkk Is there a configuration board? ESP32S3 Dev Module + 8MB QIO 80MHz + QSPI PSRAM

bderkk commented 8 months ago

Yes, I'm using arduino ide v2 latest version. And also esp32 boards alpha version (3.x). Could be this the problem?

EeeeBin commented 8 months ago

It may be due to the influence of esp32 boards alpha version (3.x). I have not verified it on version 3.x. The current version is esp32 2.0.11.

bderkk commented 8 months ago

I will try with that version and tell you something!

Thank you so much!

bderkk commented 8 months ago

Okay, with version 2.0.11 is working. The problem was version 3.x

Thank you so much!