README.txt 1.3 KB

1234567891011121314151617181920212223242526
  1. This is a library for the Adafruit LED Backpacks
  2. This library works with the Adafruit Mini 8x8 and 7-Segment LED Backpacks
  3. ----> http://www.adafruit.com/products/881
  4. ----> http://www.adafruit.com/products/880
  5. ----> http://www.adafruit.com/products/879
  6. ----> http://www.adafruit.com/products/878
  7. ----> http://www.adafruit.com/products/872
  8. ----> http://www.adafruit.com/products/871
  9. ----> http://www.adafruit.com/products/870
  10. These displays use I2C to communicate, 2 pins are required to
  11. interface. There are multiple selectable I2C addresses. For backpacks
  12. with 2 Address Select pins: 0x70, 0x71, 0x72 or 0x73. For backpacks
  13. with 3 Address Select pins: 0x70 thru 0x77
  14. Written by Limor Fried/Ladyada for Adafruit Industries.
  15. MIT license, all text above must be included in any redistribution
  16. To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_LEDBackpack. Check that the Adafruit_LEDBackpack folder contains Adafruit_LEDBackpack.cpp and Adafruit_LEDBackpack.
  17. Place the Adafruit_LEDBackpack library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE
  18. **** Also requires the Adafruit_GFX library for Arduino. ****
  19. Download it from here:
  20. https://github.com/adafruit/Adafruit-GFX-Library