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.
Fork of RA8875 by
Diff: DisplayDefs.h
- Revision:
- 88:bfddef6ec836
- Parent:
- 83:7bad0068cca0
--- a/DisplayDefs.h Mon Jan 19 13:32:56 2015 +0000
+++ b/DisplayDefs.h Mon Jan 19 15:44:41 2015 +0000
@@ -18,6 +18,7 @@
not_supported_format, ///< file format is not yet supported
image_too_big, ///< image is too large for the screen
not_enough_ram, ///< could not allocate ram for scanline
+ touch_cal_timeout, ///< timeout while trying to calibrate touchscreen, perhaps it is not installed.
LastErrCode, // Private marker.
} RetCode_t;
