Merge pull request #183 from theintel/master

Fixed error from fontconvert.c when compiling example sketch of adafruit OLED display
This commit is contained in:
Limor "Ladyada" Fried 2018-10-17 12:50:36 -07:00 committed by GitHub
commit 3a14516a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ Keep 7-bit fonts around as an option in that case, more compact.
See notes at end for glyph nomenclature & other tidbits.
*/
#ifndef ARDUINO
#include <stdio.h>
#include <ctype.h>
@ -282,3 +283,5 @@ the cursor on the X axis after drawing the corresponding symbol.
There's also some changes with regard to 'background' color and new GFX
fonts (classic fonts unchanged). See Adafruit_GFX.cpp for explanation.
*/
#endif /* !ARDUINO */