Import of the Adafruit GP9002 VFD driver, demo and GFX library Driver tweaked to use 2MHz SPI not bitbang, also display right way up? Demo tweaked to display test bitmap GFX library tweaked to speed up filled triangles Note BSD licensed-see license.txt
Dependencies: Adafruit-GFX-Library-master Adafruit-GP9002-Graphic-VFD-Library mbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:b7e04b42554e | 2016-05-07 | oliverb | Housekeeping, moved library code out |
4:414d6b60481f | 2016-05-07 | oliverb | Housekeeping, moved examples to root |
3:db1141757323 | 2016-05-03 | oliverb | Tweaked Filled triangle for faster draw; Also 2MHz SPI |
2:efef4231b922 | 2016-05-03 | oliverb | IT LIVES!!; Well actually this is the first time it compiled with no errors or warnings. |
1:3b26acd91611 | 2016-05-02 | oliverb | Adafruit_GFX appears to compile, looks as if it is a stream-ish object, but "print" is undefined and looks like it might be "puts"; ; I've given up on preserving Arduino headers; |
0:414a9e6fed37 | 2016-05-02 | oliverb | Opening commit, currently program is for Arduino not MBED |