Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: LCD Display Mayfly

Home Forums Mayfly Data Logger LCD Display Mayfly Reply To: LCD Display Mayfly

#2004
Shannon Hicks
Moderator

    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.