mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
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:
commit
3a14516a76
@ -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.
|
See notes at end for glyph nomenclature & other tidbits.
|
||||||
*/
|
*/
|
||||||
|
#ifndef ARDUINO
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.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
|
There's also some changes with regard to 'background' color and new GFX
|
||||||
fonts (classic fonts unchanged). See Adafruit_GFX.cpp for explanation.
|
fonts (classic fonts unchanged). See Adafruit_GFX.cpp for explanation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#endif /* !ARDUINO */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user