Skip to main content

Working with ESP32

Hardware Connection

ESP32 Pin Mapping

e-PaperESP32ESP32-S3
VCC3.3V3.3V
GNDGNDGND
DINIO14IO11
CLKIO13IO12
CSIO15IO10
DCIO27IO13
RSTIO26IO14
BUSYIO25IO4
PWRIO33IO5

Environment Configuration

Online installation requires the use of VPN software, while offline installation does not require the use of VPN software

Running the Program

  • In the Resources section download the demo package, then unzip it and enter the 4.26inch_e-Paper_G directory to see the following contents:
  • Open the demo: 4.26inch_e-Paper_G\ESP32\ESP32.ino or 4.26inch_e-Paper_G\ESP32\ESP32-S3.ino
  • In the Arduino IDE toolbar (Tools), select the corresponding Board and Port:
  • If using a core like the ESP32-S3 with PSRAM, please enable PSRAM
  • Finally, click Upload. A successful upload is shown below (Arduino 2.2.1):