This is an esp8266-Arduino library for I2C-OLED displays.
Original code was taken from ESP8266-I2C-OLED project and was modified in form of a library suitable for using with Arduino IDE.
- Click on the
Download ZIP
button in the top right corner. - Uncompress it.
- Rename the uncompressed folder to
OLED
. - Check that the OLED folder contains OLED.cpp and OLED.h files.
- Place the
OLED
folder in your<arduinosketchfolder>/libraries/
folder - you may need to create thelibraries
subfolder if it is your first library. - Restart the IDE.