Uses the same fonts as the SPI_TFT_ILI9341 Library (I have many, and a html/php font editor for that)

Revision:
12:64165e7ad897
Parent:
11:70409b34b74d
Child:
13:9e6589dc8864
--- a/SPI_TFT_ILI9225.cpp	Wed Nov 23 12:43:29 2016 +0000
+++ b/SPI_TFT_ILI9225.cpp	Wed Nov 23 12:56:39 2016 +0000
@@ -18,7 +18,6 @@
 */
 
 #include "SPI_TFT_ILI9225.h"
-#define bitRead(value, bit) (((value) >> (bit)) & 0x01)
 
 int font_color, x_font, y_font;
 char highlight, fa_num;