Hi there, would anyone have a basic circuit diagram (just pin to pin would be fine) for connecting the SparkFun Transparent Graphical OLED Breakout (LCD-15173) SPI to a SparkFun ESP32 Thing - not the Plus (DEV-13907) using the “HyperDisplay Library”, “HyperDisplay SSD1309”, “HyperDisplay Transparent Graphical OLED” with the settings…
Option 2 (SPI):
Connect SCLK and MOSI to the SPI port of your choice (13 and 11 for SPI on Uno-like boards)
Also connect D/C and CS to two unused GPIO pins of your choice (and set the proper pin definitions below)
Don’t forget power - connect 3.3V and GND
#define USE_SPI 1 // Choose your interface. 0 = I2C, 1 = SPI
I could swap to a ESP32 Thing Plus and follow the hookup guide is thats a better way. Many thanks Jon