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.
Diff: TouchPanel.h
- Revision:
- 2:a31069f27cd5
- Parent:
- 1:e7ae315a1ceb
--- a/TouchPanel.h Sat Sep 14 11:48:46 2013 +0000 +++ b/TouchPanel.h Sat Sep 14 13:03:33 2013 +0000 @@ -35,7 +35,9 @@ Touch(SSD1289_LCD *lcd,SPI *spi, DigitalOut *cs, DigitalIn *irq); void InitializeTouch(); Coordinate *ReadAds7846(void); - void TouchPanel_Calibrate(void); + void TouchPanelCalibrate(void); + void TouchPanelExperimentalCalibrate(int *values); //values must be in order (x y) topleft, (x y) topright, (x y) midbottom + bool getDisplayPoint(Coordinate * displayPtr,Coordinate * screenPtr,Matrix * matrixPtr ); protected: int RDAD(void);