mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
conditional include for non-AVR targets
This commit is contained in:
@@ -19,6 +19,9 @@
|
|||||||
#include <MCUFRIEND_kbv.h>
|
#include <MCUFRIEND_kbv.h>
|
||||||
|
|
||||||
#include <Adafruit_GFX.h>
|
#include <Adafruit_GFX.h>
|
||||||
|
#if !defined(AVR)
|
||||||
|
#include <avr/dtostrf.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef _GFXFONT_H_ //comment this line to enable FreeFonts
|
#undef _GFXFONT_H_ //comment this line to enable FreeFonts
|
||||||
#if defined(_GFXFONT_H_)
|
#if defined(_GFXFONT_H_)
|
||||||
|
|||||||
Reference in New Issue
Block a user