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
Diff: DmTouch.cpp
- Revision:
- 15:0c36e018a6cc
- Parent:
- 14:2db7065edbec
- Child:
- 16:2f7fcd46ad0e
diff -r 2db7065edbec -r 0c36e018a6cc DmTouch.cpp
--- a/DmTouch.cpp	Mon Oct 12 08:35:35 2015 +0000
+++ b/DmTouch.cpp	Mon Dec 14 12:49:46 2015 +0000
@@ -44,11 +44,11 @@
       break;
 
     case DmTouch::DM_TFT28_105:
-      _cs = D4;
-      _irq = D2;
-      _clk = D13;
-      _mosi = D11;
-      _miso = D12;
+      _cs = p25;
+      _irq = p26;
+      _clk = p7;
+      _mosi = p5;
+      _miso = p6;
       _width = 240;
       _height = 320;
       _hardwareSpi = true;
    