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.
Dependencies: SOEM SPI_STMPE610 SPI_TFT_ILI9341 TFT_fonts
Revision 9:e43af5b19937, committed 24 months ago
- Comitter:
- EasyCAT
- Date:
- Thu Oct 26 12:29:46 2023 +0000
- Parent:
- 8:9cb60cd84fdc
- Commit message:
- Removed debug test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Oct 25 13:01:33 2023 +0000 +++ b/main.cpp Thu Oct 26 12:29:46 2023 +0000 @@ -1281,8 +1281,8 @@ Xm_ = 1; Ym_ = 1; - if (Result) //debug - draw the touched point on the TFT - TFT.pixel (*X, *Y, White); // + // if (Result) //debug - draw the touched point on the TFT + // TFT.pixel (*X, *Y, White); // return Result; }