hexaguin / SSD1327

A full framebuffer Arduino driver for 128x128 SSD1327 OLED grayscale modules.
GNU Lesser General Public License v3.0
13 stars 5 forks source link

For which mcu is the pin assignment in your example code in the readme-file? #5

Open chess-levin opened 6 months ago

chess-levin commented 6 months ago

It would be nice to know for which board your readme example is written for. I'm coming from ESP8266 and writing now my first ESP32 project. It's also my 1st SPI display application, so I could need any cross-reference to check what I'm going to todo ;-)

On my ESP32 D1-MINI I think I have to use the following assingment

Pin Function Application Your Label
GPIO06 CLK Disp SCK CS
GPIO07 SD0 Disp DIN DC
GPIO02 Disp Reset RST

Your pin assignment

#define PIN_CS  5
#define PIN_DC  4
#define PIN_RST 16