aitendo T18003T01-V2,TFT1.8,SPI,FRDM-KL25Z

Dependents:   FRDM_SPI18TFT_demo

Fork of ST7735_TFT by Jonne Valola

Revision:
2:047ca9682450
Parent:
0:246f2fb5be59
--- a/GraphicsDisplay.cpp	Sun Dec 11 21:18:21 2011 +0000
+++ b/GraphicsDisplay.cpp	Thu Mar 19 13:34:50 2015 +0000
@@ -113,7 +113,7 @@
     blitbit(column * 8, row * 8, 8, 8, (char*)&(FONT8x8[value - 0x1F][0]));
 }
 
-void GraphicsDisplay::window(int x, int y, int w, int h) {
+void GraphicsDisplay::window(unsigned int x, unsigned int y, unsigned int w, unsigned int h) {
     // current pixel location
     _x = x;
     _y = y;