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: FT800_2 HYT mbed
TFT/display.GetTouch.cpp@1:8ca8a4ecbe6b, 2016-10-12 (annotated)
- Committer:
- Ksenia
- Date:
- Wed Oct 12 10:53:35 2016 +0000
- Revision:
- 1:8ca8a4ecbe6b
- Parent:
- 0:9db07391e780
?????? ??????? ? ?????? ?????????
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Ksenia | 0:9db07391e780 | 1 | #include "display.h" |
| Ksenia | 0:9db07391e780 | 2 | |
| Ksenia | 0:9db07391e780 | 3 | /************************************************************************************************************************** |
| Ksenia | 0:9db07391e780 | 4 | ************************** Get number (tag) of touched object ************************************************************* |
| Ksenia | 0:9db07391e780 | 5 | **************************************************************************************************************************/ |
| Ksenia | 0:9db07391e780 | 6 | char Display::GetTouch() |
| Ksenia | 0:9db07391e780 | 7 | { |
| Ksenia | 0:9db07391e780 | 8 | return (*_TFT).Rd8(REG_TOUCH_TAG); |
| Ksenia | 0:9db07391e780 | 9 | } |