Drive SSD1327 I2C grayscale OLED with Nano RP2040 Connect (in Arduino framework), using "Adafruit SSD1327" library.


The following video show installing "Adafruit SSD1327" library in Arduino IDE 1.8.19, run on Nano RP2040 Connect (in Arduino framework) to drive my no brand 1.5" 128x128 SSD1327 I2C grayscale OLED.


The pins used for I2C on the Nano RP2040 Connect are the following:
SDA - A4
SCL - A5
(ref: https://docs.arduino.cc/tutorials/nano-rp2040-connect/rp2040-01-technical-reference)

Check using i2c_scanner, the SSD1327 OLED's I2C address is 0x3C.

Related:
Raspberry Pi Pico/CircuitPython display on SSD1327 grayscale OLED

Comments

Popular posts from this blog

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.

CameraWebServe: ESP32-S3 (arduino-esp32) + OV5640 camera module