Subdirectory provided by Embedded Artists
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Dependents: lpc4088_displaymodule_hello_world_Sept_2018
Fork of DMSupport by
Diff: DMBoard.cpp
- Revision:
- 9:a33326afd686
- Parent:
- 5:c77fdb6e3438
- Child:
- 10:1ac4b213f0f7
--- a/DMBoard.cpp Thu Dec 11 11:50:29 2014 +0000 +++ b/DMBoard.cpp Thu Dec 11 18:23:07 2014 +0000 @@ -262,10 +262,6 @@ #if defined(DM_BOARD_USE_TOUCH) //if (... configuration says AR1021...) { _touch = new AR1021(P2_27, P2_26, P2_22, P2_23, P2_25); -// if (!_touch->init(Display::instance().width(), Display::instance().height())) { -// err = TouchError; -// break; -// } int att; for (att = 1; att <= 3; att++) { if (_touch->init(Display::instance().width(), Display::instance().height())) { @@ -324,4 +320,3 @@ { return _button.read() == 0; } -