KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
11:9bb71766cafc
Parent:
0:de9d1462a835
Child:
19:3f82c1161fd2
--- a/GraphicsDisplay.cpp	Sun Feb 03 18:18:43 2013 +0000
+++ b/GraphicsDisplay.cpp	Tue Feb 19 21:49:55 2013 +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;