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:
- 112:325ca91bc03d
- Parent:
- 88:bfddef6ec836
- Child:
- 115:c9862fd0c689
diff -r efe436c43aba -r 325ca91bc03d DisplayDefs.h
--- a/DisplayDefs.h Mon Apr 25 01:43:59 2016 +0000
+++ b/DisplayDefs.h Wed Apr 27 01:29:55 2016 +0000
@@ -15,7 +15,7 @@
file_not_found, ///< specified file could not be found
not_bmp_format, ///< file is not a .bmp file
not_ico_format, ///< file is not a .ico file
- not_supported_format, ///< file format is not yet supported
+ 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.