Modified version of the DmTftLibrary, optimized for the LPC4088 Experiment Base Board

Dependents:   lpc4088_ebb_dm_calc lpc4088_ebb_dm_bubbles

Fork of DmTftLibrary by Display Module

Revision:
4:92d019216e28
Parent:
0:d6ff5fa503e8
Child:
7:6cd8c36cbdb3
--- a/DmTftIli9325.cpp	Wed May 21 14:43:08 2014 +0000
+++ b/DmTftIli9325.cpp	Thu May 22 09:14:49 2014 +0000
@@ -113,11 +113,7 @@
   _pinCS = new DigitalOut((PinName)_cs);
   _pinWR = new DigitalOut((PinName)_wr);
   _pinDC = new DigitalOut((PinName)_dc);
-  #ifdef LPC15XX_H
-    _virtualPortD = new BusOut(D0, D1, D2, D3, D4, P0_11, D6, D7);
-  #else
-    _virtualPortD = new BusOut(D0, D1, D2, D3, D4, D5, D6, D7);
-  #endif
+  _virtualPortD = new BusOut(D0, D1, D2, D3, D4, SPECIAL_D5, D6, D7);
 #endif
 
   sbi(_pinRST, _bitmaskRST);