Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
- Timestamp:
- 04/06/11 13:42:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
v7 v8 66 66 {{{ 67 67 CBitmap bitamp; 68 if(bitmap.LoadBitmap("/mnt/nand/apps/myapp/myapp.bmp") != 0)68 if(bitmap.LoadBitmap("/mnt/nand/apps/myapp/myapp.bmp") != BITMAP_SUCCESS) 69 69 { 70 70 DisplayText(0, 0, "Error loading bitmap");