/Adafruit_SSD1351

Adafruit's library for their 1.5" color OLED screen

Primary LanguageC++OtherNOASSERTION

This library is for Adafruit’s SSD1351 1.5” color OLED screen.

I stole this library from github user pkourany, who probably got it from somewhere else, plus from adafruit. Hopefully this will help other Particle users avoid the huge pain of importing their own library into the online IDE.

Adafruit_mfGFX_Library

Multifont version of Adafruit_GFX library with Adafruit SSD1351 Display drivers and demo.

This library supports any compatible Adafruit_GFX display driver. The free TheDotFactory Windows program is recommended for created data compatible with the Adafruit_mfGFX library.

Please see the README.pdf files for instructions on creating and adding new fonts. The base library comes with 4 fonts and a "test" font so new candidate font data can easily be added and tested before being permanently added to the library.

BE AWARE that though font data does not take up Spark RAM, they do however take up flash space so having too many fonts may prove problematic.

** UPDATED with font compilation option, June 2014

This is a library for the 1.27" & 1.5" 16-bit Color OLED with SSD1351 driver chip

Pick one up today in the adafruit shop! http://www.adafruit.com/products/1431 http://www.adafruit.com/products/1673

These displays use SPI to communicate, 4 or 5 pins are required to
interface

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

!!! mfGFX library adapted from Adafruit GFX library by Paul Kourany, 2014 !!!

Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, check license.txt for more information All text above must be included in any redistribution