README.txt 1.2 KB

123456789101112131415161718192021222324
  1. This is a library for our Monochrome OLEDs based on SSD1306 drivers
  2. Pick one up today in the adafruit shop!
  3. ------> http://www.adafruit.com/category/63_98
  4. These displays use SPI to communicate, 4 or 5 pins are required to
  5. interface
  6. Adafruit invests time and resources providing this open source code,
  7. please support Adafruit and open-source hardware by purchasing
  8. products from Adafruit!
  9. Written by Limor Fried/Ladyada for Adafruit Industries.
  10. Scrolling code contributed by Michael Gregg
  11. BSD license, check license.txt for more information
  12. All text above must be included in any redistribution
  13. To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_SSD1306. Check that the Adafruit_SSD1306 folder contains Adafruit_SSD1306.cpp and Adafruit_SSD1306.h
  14. Place the Adafruit_SSD1306 library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.
  15. You will also have to download the Adafruit GFX Graphics core which does all the circles, text, rectangles, etc. You can get it from
  16. https://github.com/adafruit/Adafruit-GFX-Library
  17. and download/install that library as well