Library for 1.8 inch 160*180 TFT Display. Nice fonts in different formats.

Revision:
1:6a6d8d2b19f1
Parent:
0:3015b613b20d
Child:
2:291ac9fb4d64
--- a/ST7735.h	Sat Aug 15 10:58:51 2015 +0000
+++ b/ST7735.h	Sat Aug 15 11:59:03 2015 +0000
@@ -172,7 +172,8 @@
     static const int16_t HEIGHT = ST7735_TFTHEIGHT;  
     int16_t _width, _height; // Display w/h as modified by current rotation
     uint16_t textcolor, textbgcolor;
-    uint8_t textsize, rotation;
+    uint8_t textsize;
+    uint8_t rotation;
     bool wrap; // If set, 'wrap' text at right edge of display 
     int16_t cursor_x;
     int16_t cursor_y;