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: DmTftS6D0164.cpp
- Revision:
- 4:92d019216e28
- Parent:
- 0:d6ff5fa503e8
- Child:
- 14:2db7065edbec
diff -r 02c19cbc707c -r 92d019216e28 DmTftS6D0164.cpp --- a/DmTftS6D0164.cpp Wed May 21 14:43:08 2014 +0000 +++ b/DmTftS6D0164.cpp Thu May 22 09:14:49 2014 +0000 @@ -114,11 +114,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);
