mbed support for LPC4088 Display Module
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Fork of DMSupport by
Diff: Display/Display.h
- Revision:
- 22:1a58a518435c
- Parent:
- 10:1ac4b213f0f7
- Child:
- 31:d47cffcb0a3e
--- a/Display/Display.h Mon Jan 12 10:37:57 2015 +0100 +++ b/Display/Display.h Fri Jan 16 11:13:39 2015 +0100 @@ -62,6 +62,8 @@ DisplayError_InvalidParam = BiosError_InvalidParam, DisplayError_NoInit = BiosError_NoInit, DisplayError_CalibrationError = BiosError_Calibration, + DisplayError_Timeout = BiosError_Timeout, + DisplayError_TouchNotSupported = BiosError_NotSupported, DisplayError_MemoryError, };