VitalyBaranov / GP1287Lib

Arduino library for GP1287 VFD displays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a library for GP1287AI/BI VFD displays. These displays use SPI to communicate, 3 to 4 pins are required to interface. These displays have 256x50 pixel area and require significant RAM size to store screen buffer, will not work on ATmega328/32u4 boards. Written by Vitaly Baranov based on Adafruit SSD1306 library.

Original README with copyright notice included below.

This is a library for our Monochrome OLEDs based on SSD1306 drivers

Pick one up today in the adafruit shop! ------> http://www.adafruit.com/category/63_98

These displays use I2C or SPI to communicate, 2 to 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!

Written by Limor Fried/Ladyada for Adafruit Industries, with contributions from the open source community. Scrolling code contributed by Michael Gregg. Dynamic buffer allocation based on work by Andrew Canaday. BSD license, check license.txt for more information. All text above must be included in any redistribution

Preferred installation method is to use the Arduino IDE Library Manager. To download the source from Github instead, click "Clone or download" above, then "Download ZIP." After uncompressing, rename the resulting folder Adafruit_SSD1306. Check that the Adafruit_SSD1306 folder contains Adafruit_SSD1306.cpp and Adafruit_SSD1306.h.

You will also have to install the Adafruit GFX library which provides graphics primitves such as lines, circles, text, etc. This also can be found in the Arduino Library Manager, or you can get the source from https://github.com/adafruit/Adafruit-GFX-Library

About

Arduino library for GP1287 VFD displays

License:Other


Languages

Language:C++ 100.0%