Hi, I'm new in the world of microcontrollers and the thing is that after many hours of searching, I still haven't solved my problem. No matter how much I try different pins, the screen shows no signs of it working.
I am using an ESP32-S3-WROOM-1 with the WeAct Epaper 4.2" model.
Arduino IDE and board type "ESP32 S3 Dev".
I have been testing the GPIO pins of the ESP32 with leds, and it worked fine.
To test the screen, I used the provided example from the manufacturer with GxEPD2 library.
Hello,
Having same issue in same setup ESP32-S3-WROOM-1 with the WeAct Epaper 4.2" model.
Arduino IDE and board type "ESP32 S3 Dev"
Try to change pinout refering to ESP32-S3-WROOM-1 devkit using SPI pins.
Nice and you're welcome !
Yes it's confusing because SDA and SCL are most likely used for I2C communication (it's the case from Devkit view, pin8/9 are I2C). Controller chip of this display (SSD1683) use "SDA/SCL" in datasheet instead of MOSI/SCK (terminaison used for SPI). But since you found a chip select (CS) you can assume it's realy SPI and not I2C.
Have fun with your display