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
Revision 89:04575562c961, committed 2015-01-25
- Comitter:
- WiredHome
- Date:
- Sun Jan 25 00:15:02 2015 +0000
- Parent:
- 88:bfddef6ec836
- Child:
- 90:d113d71ae4f0
- Commit message:
- Minor change to the text for return code lookup.
Changed in this revision
| RA8875.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/RA8875.cpp Mon Jan 19 15:44:41 2015 +0000
+++ b/RA8875.cpp Sun Jan 25 00:15:02 2015 +0000
@@ -81,13 +81,13 @@
static const char * ErrMessages[] = {
"noerror", ///< no errors, command completed successfully
- "bad_parameter", ///< one or more parameters are invalid
- "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
- "image_too_big", ///< image is too large for the screen
- "not_enough_ram", ///< could not allocate ram for scanline
+ "bad parameter", ///< one or more parameters are invalid
+ "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
+ "image too big", ///< image is too large for the screen
+ "not enough ram", ///< could not allocate ram for scanline
};
RA8875::RA8875(PinName mosi, PinName miso, PinName sclk, PinName csel, PinName reset, const char *name)
