A board support package for the LPC4088 Display Module.
Dependencies: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
Diff: DMBoard.h
- Revision:
- 36:92193dc72995
- Parent:
- 22:1a58a518435c
- Child:
- 37:07659b5d90ce
--- a/DMBoard.h Fri Mar 20 13:36:00 2015 +0000 +++ b/DMBoard.h Fri Mar 20 14:44:06 2015 +0000 @@ -30,10 +30,8 @@ #elif defined(DM_BOARD_USE_QSPI) #include "SPIFI.h" #endif -#if defined(DM_BOARD_USE_DISPLAY) - #include "Display.h" - #include "TouchPanel.h" -#endif +#include "Display.h" +#include "TouchPanel.h" #if defined(DM_BOARD_USE_REGISTRY) #include "Registry.h" #endif @@ -121,7 +119,6 @@ */ bool buttonPressed(); -#if defined(DM_BOARD_USE_DISPLAY) /** Returns the TouchPanel interface * * @returns @@ -136,7 +133,6 @@ */ Display* display(); -#endif /** Returns the logger interface * * @returns