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: LCD_Proj LCD_imagetest LCD_Proj_rtc
Fork of DmTftLibrary by
Revision 17:67d1b918afe2, committed 2015-12-21
- Comitter:
- Nikolas
- Date:
- Mon Dec 21 14:29:20 2015 +0000
- Parent:
- 15:0c36e018a6cc
- Commit message:
- ,jggfjlf;
Changed in this revision
DmTouch.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0c36e018a6cc -r 67d1b918afe2 DmTouch.cpp --- a/DmTouch.cpp Mon Dec 14 12:49:46 2015 +0000 +++ b/DmTouch.cpp Mon Dec 21 14:29:20 2015 +0000 @@ -44,8 +44,8 @@ break; case DmTouch::DM_TFT28_105: - _cs = p25; - _irq = p26; + _cs = p8; //25 + _irq = p9; //26 _clk = p7; _mosi = p5; _miso = p6;