Adsense HTML/JavaScript

Monday, September 28, 2020

Seeeduino XIAO display on OLED screen (with ssd1306 using I2C interface)

This example show how Seeeduino XIAO display on OLED screen, with ssd1306 driver using I2C interface, using ssd1306 library.

Connection between XIAO and OLED (ssd1306)
XIAO		OLED (ssd1306 I2C)
3V3			VCC
GND			GND
SDA			SDA
SCL			SCL

Make sure Seeed SAMD Boards is installed in Boards Manager, refer to the post Seeeduino XIAO for Install Seeeduino XIAO board to Arduino IDE.


Make sure ssd1306 library is installed in Library Manager.


Select board of Seeeduino XIAO


Confirm port


Open ssd1306_demo example




No comments:

Post a Comment