Added methods and features

Fork of SPI_TFT_ILI9341 by Peter Drescher

Revision:
11:7aabc3810093
Parent:
8:8593d3668153
--- a/GraphicsDisplay.cpp	Sat Apr 12 20:33:24 2014 +0000
+++ b/GraphicsDisplay.cpp	Tue Apr 22 19:10:47 2014 +0000
@@ -103,6 +103,7 @@
 0x70,0x18,0x18,0x0E,0x18,0x18,0x70,0x00, // }
 0x3B,0x6E,0x00,0x00,0x00,0x00,0x00,0x00, // ~
 0x1C,0x36,0x36,0x1C,0x00,0x00,0x00,0x00}; // DEL
+
     
 GraphicsDisplay::GraphicsDisplay(const char *name):TextDisplay(name) {
     foreground(0xFFFF);