KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
42:7cbdfd2bbfc5
Parent:
37:f19b7e7449dc
Child:
77:9206c13aa527
--- a/DisplayDefs.h	Sat Feb 08 17:35:45 2014 +0000
+++ b/DisplayDefs.h	Sun Feb 23 17:58:39 2014 +0000
@@ -11,7 +11,8 @@
     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 a not bmp file
+    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