Lib for the new LCD Display with ILI9341 controller supporting two displays
Dependents: CANary_9341_test CANary_9341 CANary
Fork of SPI_TFT_ILI9341 by
Diff: GraphicsDisplay.h
- Revision:
- 10:aca12a61d2b1
- Parent:
- 0:da1bf437cbc1
--- a/GraphicsDisplay.h Mon May 12 03:18:44 2014 +0000
+++ b/GraphicsDisplay.h Sun May 18 12:45:24 2014 +0000
@@ -26,7 +26,7 @@
virtual int width() = 0;
virtual int height() = 0;
- virtual void window(unsigned int x,unsigned int y,unsigned int w,unsigned int h);
+ virtual void gdwindow(int x, int y, int w, int h);
virtual void putp(int colour);
virtual void cls();
