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
Post a Comment