Hello,
I am a complete beginner, so apologies if this is a really dumb question
I am trying to run an Arduino Uno R3 with a 0.96 OLED - https://uk.rs-online.com/web/p/oled-displays/2543586 - that one to be exact and am using this guide
Guide for I2C OLED Display with Arduino | Random Nerd Tutorials
I have wired it up as Arduino Uno to PC and then Arduino GND pin to OLED GND, 3.3V to VCC, A5 to SCL and A4 to SDA.
I have installed both the Adafruit_SSD1306 and Adafruit_GFX_Library
And when I input any of the example code in the guide, or any of the examples in File - > Examples -> Adafruit SSD1306, I get the following error message
In file included from C:\Users\myname\AppData\Local\Temp.arduinoIDE-unsaved2026415-14452-19j2n9p.hjp1\ssd1306_64x32_i2c\ssd1306_64x32_i2c.ino:3:0:
C:\Users\myname\OneDrive - Organisation \Documents\Arduino\libraries\Adafruit_GFX_Library/Adafruit_GFX.h:12:10: fatal error: Adafruit_I2CDevice.h: No such file or directory
#include <Adafruit_I2CDevice.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
What am I doing wrong?
