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 SPI_TFT by
Diff: SPI_TFT.h
- Revision:
- 11:9bb71766cafc
- Parent:
- 8:65a4de035c3c
--- a/SPI_TFT.h Sun Feb 03 18:18:43 2013 +0000 +++ b/SPI_TFT.h Tue Feb 19 21:49:55 2013 +0000 @@ -335,7 +335,7 @@ * @param w window width in pixel * @param h window height in pixels */ - void window (unsigned int x, unsigned int y, unsigned int w, unsigned int h); + virtual void window (unsigned int x,unsigned int y, unsigned int w, unsigned int h);