LIB for resistiv touchscreen connected to 4 mbed pins Use SPI_TFT lib
Fork of Touch_tft by
Revision 4:330f2f16dabb, committed 2013-06-26
- Comitter:
- leihen
- Date:
- Wed Jun 26 21:55:37 2013 +0000
- Parent:
- 3:1c2df48aa2eb
- Commit message:
- No Change
Changed in this revision
touch_tft.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/touch_tft.cpp Wed Jun 26 21:20:30 2013 +0000 +++ b/touch_tft.cpp Wed Jun 26 21:55:37 2013 +0000 @@ -28,7 +28,7 @@ yb = ym; } -char Buffer[30]; +static char Buffer[30]; point touch_tft::get_touch() { unsigned short x1 = 0,x2 = 0, y1 = 0, y2 = 0;