smartpanle / PanelLan_esp32_arduino

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

BOARD_SC02 / ZX4D30NE01S-V15 example hello_world does not work #3

Closed erazor83 closed 8 months ago

erazor83 commented 8 months ago

Not much to say.

Can anyone confirm the current library works with this module?

PanelLan tft(BOARD_SC02);

EeeeBin commented 8 months ago

Hi. eraz0r83 I just tested that sc02 is working normally

Please confirm whether the board configuration is correct arduino esp32 boards v2.0.13 ESP32S3 Dev Module | 16MB QIO 80MHz | OPI PSRAM

erazor83 commented 8 months ago

Thanks a lot! I was using the wrong board setup. It works with your settings.