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:b72e59223dd1, committed 2014-10-23
- Comitter:
- bhavk11
- Date:
- Thu Oct 23 23:01:17 2014 +0000
- Parent:
- 13:362765fdf287
- Commit message:
- aa
Changed in this revision
| SeeedStudioTFTv2.cpp | Show annotated file Show diff for this revision Revisions of this file |
| SeeedStudioTFTv2.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SeeedStudioTFTv2.cpp Tue May 06 18:12:49 2014 +0000
+++ b/SeeedStudioTFTv2.cpp Thu Oct 23 23:01:17 2014 +0000
@@ -89,7 +89,7 @@
float z = 0;
z = (float)ay / ax / x / 2 * 0x10000;
#endif
- const int th = 8000;
+ const int th = 200;
const int df = 100;
TOUCH touch;
if (x1 < th || x2 < th ||
--- a/SeeedStudioTFTv2.h Tue May 06 18:12:49 2014 +0000
+++ b/SeeedStudioTFTv2.h Thu Oct 23 23:01:17 2014 +0000
@@ -71,7 +71,6 @@
*/
point toPixel(point p);
-protected:
PinName _xm;
PinName _ym;
PinName _xp;
