Display on SSD1306/SSD1315 OLED with Uno R4 WiFi & Nano 33 BLE using Adafruit SSD1306 library

Last post show how to display on SSD1306/SSD1315 OLED with Uno R4 WiFi & Nano 33 BLE using U8g2 library, this post show how to using Adafruit SSD1306 library.


Install Adafruit SSD1306 library and dependencies, Adafruit BusIO and Adafruit GFX Library.

Connnection, refer to last post.

In last post, it's found that the I2C Address of SSD1306/SSD1315 OLED is 0x3C.

Open File > Examples > Adafruit SSD1306 > ssd1306_128x64_i2c

Change SCREEN_ADDRESS to 0x3C.

#define SCREEN_ADDRESS 0x3C //0x3D

Then it can run on Uno R4 WiFi & Nano 33 BLE to display on SSD1306/SSD1315 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