For this weeks assignment, I wanted to connect an OLED to my board, which would serve as a display on my telescope. I used this 128x64 OLED that was in stock in EDS.

display

The display has four pins, VCC, GND, SDA, and SCL. VCC and GND get connected to power and ground, respectively, and SDA and SCL get connected to digital pins. I chose pins 16 and 17 on my board, and wired it all up like this.

display circuit

Using a guide from Adafruit and the associated code, I got my display working!

code

Linked files:

OLED test code