Home › Forums › Mayfly Data Logger › LCD Display Mayfly › Reply To: LCD Display Mayfly
2017-02-03 at 10:24 PM
#2004
First you have to download the Arduino library for the SSD1306 by following the link on the Amazon listing to the manufacturer’s site which will then let you get to their own product listing: http://store.switchdoc.com/grove-128×64-i2c-oled-board-for-arduino-and-raspberry-pi/
On that page there’s a link to their library on Github:
https://github.com/switchdoclabs/SDL_Arduino_SSD1306
Install that library and run the example sketch that comes with it. Simply connect the OLED display to the I2C port of the Mayfly and the demo text and graphics will be displayed on the screen.