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.
Dependents: LPC1768_Mini-DK_EasyWeb_DM9161 LPC1768_Mini-DK LPC1768_Mini-DK
Fork of Mini-DK by
Diff: TouchADS7843/Touch.cpp
- Revision:
- 20:5feb12e3801f
- Parent:
- 17:66c4e84d8571
- Child:
- 21:a3a843d09295
--- a/TouchADS7843/Touch.cpp Fri Jan 11 16:22:03 2013 +0000 +++ b/TouchADS7843/Touch.cpp Tue Mar 18 19:23:57 2014 +0000 @@ -101,7 +101,7 @@ LCD->line(Xpos+15,Ypos-15,Xpos+15,Ypos-7,DarkGrey); } -unsigned char TouchScreenADS7843::Read_Ads7846(Coordinate * screenPtr) +unsigned char TouchScreenADS7843::Read_Ads7843(Coordinate * screenPtr) { int m0,m1,m2,TP_X[1],TP_Y[1],temp[3]; uint8_t count=0; @@ -260,3 +260,4 @@ LCD->cls(); } +