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.
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos
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,
};
