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