A first port of the excellent Adafruit GFX library

Dependents:   Adafruit_GFX

Revision:
3:83bcb23eed69
Parent:
2:a7d4ac7ed08a
--- a/Adafruit_GFX.h	Fri Jul 17 09:37:26 2015 +0000
+++ b/Adafruit_GFX.h	Wed Aug 19 06:58:32 2015 +0000
@@ -38,7 +38,7 @@
 #include "Stream.h"
 
 
-#define swap(a, b) { int16_t t = a; a = b; b = t; }
+#define aswap(a, b) { int16_t t = a; a = b; b = t; }
 #define boolean bool
 
 class Adafruit_GFX : public Stream