Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RA8875 by
Diff: GraphicsDisplay.h
- Revision:
- 11:9bb71766cafc
- Parent:
- 0:de9d1462a835
- Child:
- 19:3f82c1161fd2
--- a/GraphicsDisplay.h Sun Feb 03 18:18:43 2013 +0000 +++ b/GraphicsDisplay.h Tue Feb 19 21:49:55 2013 +0000 @@ -26,7 +26,7 @@ virtual int width() = 0; virtual int height() = 0; - virtual void window(int x, int y, int w, int h); + virtual void window(unsigned int x,unsigned int y,unsigned int w,unsigned int h); virtual void putp(int colour); virtual void cls();