Skip to content

Commit 3a14516

Browse files
authored
Merge pull request #183 from theintel/master
Fixed error from fontconvert.c when compiling example sketch of adafruit OLED display
2 parents 5b672ff + 4a2757c commit 3a14516

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fontconvert/fontconvert.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Keep 7-bit fonts around as an option in that case, more compact.
1616
1717
See notes at end for glyph nomenclature & other tidbits.
1818
*/
19+
#ifndef ARDUINO
1920

2021
#include <stdio.h>
2122
#include <ctype.h>
@@ -282,3 +283,5 @@ the cursor on the X axis after drawing the corresponding symbol.
282283
There's also some changes with regard to 'background' color and new GFX
283284
fonts (classic fonts unchanged). See Adafruit_GFX.cpp for explanation.
284285
*/
286+
287+
#endif /* !ARDUINO */

0 commit comments

Comments
 (0)