I have a small project using ePaper with LOLIN(Wemos) S2 mini. Initially, GPIO36 & 35 connected to SCK and MOSI using attached pinout diagram but it won't work. Then, I found that default SPI pins in arduino IDE are not correct. So, I have modified the pin number of RXTX, SPI an...
Lolin S2 Mini V1.0.0 specifications: SoC – Espressif Systems ESP32-S2FN4R2 Xtensa single-core 32-bit LX7 microprocessor up to 240 MHz with 320 KB SRAM, 4MB Flash, 2MB PSRAM Expansion headers – 2x 16-pin headers with 27x IO, ADC, DAC, I2C, SPI, UART, USB OTG USB – 1x Type-...
UNO style boards with a Wemos R32(ESP32) label are also available at low cost with the same pinout. Unfortunately the typical UNO/mcufriend TFT display board maps LCD_RD, LCD_CS and LCD_RST signals to the ESP32 analogue pins 35, 34 and 36 which are input only. To solve this I linke...