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.
Diff: DisplayDefs.h
- Revision:
- 122:79e431f98fa9
- Parent:
- 115:c9862fd0c689
- Child:
- 123:2f45e80fec5f
diff -r 6bc4911f5e55 -r 79e431f98fa9 DisplayDefs.h
--- a/DisplayDefs.h Tue May 17 22:05:43 2016 +0000
+++ b/DisplayDefs.h Tue May 17 22:33:06 2016 +0000
@@ -18,7 +18,7 @@
not_supported_format, ///< file format is not yet supported (e.g. bits per pixel, compression)
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
+ touch_cal_timeout, ///< timeout while trying to calibrate touchscreen, perhaps it is not installed.
external_abort, ///< an external process caused an abort
LastErrCode, // Private marker.
} RetCode_t;