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
Diff: SeeedStudioTFTv2.h
- Revision:
- 7:dfd69b3be5b6
- Parent:
- 5:366bdc7a8315
- Child:
- 8:36ea6be5182e
diff -r 2612205220c5 -r dfd69b3be5b6 SeeedStudioTFTv2.h
--- a/SeeedStudioTFTv2.h Sat Oct 19 21:21:59 2013 +0000
+++ b/SeeedStudioTFTv2.h Sat Oct 19 21:32:43 2013 +0000
@@ -25,10 +25,11 @@
int y;
};
-class SeeedStudioTFTv2 : public SPI_TFT_ILI9341
+class SeeedStudioTFTv2 : public
#ifdef USE_SDCARD
- , SDFileSystem
+ SDFileSystem,
#endif
+ SPI_TFT_ILI9341
{
public:
/** create a TFT with touch object connected to the pins:
