Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
- Timestamp:
- 04/06/11 10:14:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
v4 v5 237 237 238 238 Function returns the current error code. 239 0 successful 240 -2 file cannot be opened 241 -3 bitmap header cannot be read 242 -4 bitmap info cannot be read 243 -5 width is greater than 640, height is greater than 480, or bitmap is not 8 bits per pixel. 244 -6 color palette cannot be read 245 -7 Too many colors in palette 246 247 -10 Draw attempted that would place bitmap off screen or partially off screen. 239 248 240 249 ==== Remarks ====