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 SeeedStudioTFTv2 by
Revision 14:9b14cf45cc65, committed 2015-07-24
- Comitter:
- kaizen
- Date:
- Fri Jul 24 05:51:20 2015 +0000
- Parent:
- 13:362765fdf287
- Commit message:
- Modified bug which compile error is occurred when using SDCard.
Changed in this revision
| SeeedStudioTFTv2.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SeeedStudioTFTv2.h Tue May 06 18:12:49 2014 +0000
+++ b/SeeedStudioTFTv2.h Fri Jul 24 05:51:20 2015 +0000
@@ -25,11 +25,11 @@
int y;
};
-class SeeedStudioTFTv2 : public
+class SeeedStudioTFTv2 :
#ifdef USE_SDCARD
- SDFileSystem,
+ public SDFileSystem,
#endif
- SPI_TFT_ILI9341
+ public SPI_TFT_ILI9341
{
public:
/** create a TFT with touch object connected to the pins:
