bmp.h
Default mainpageat91libutilitybmp.h
Description Overview
Classes Brief description
 BMPHeader  
Methods  
 BMP_Decode Loads a BMP image located at the given address, decodes it and stores the resulting image inside the provided buffer.
 BMP_displayHeader debug function, dislay BMP header
 BMP_GetFileSize Returns the size of a BMP image given at least its header (the file does not have to be complete).
 BMP_IsValid Test if BMP is valid.
 RGB565toBGR555 Convert RGB 565 to RGB 555 (RGB 555 is adapted to LCD).
 WriteBMPheader Write a BMP header.
Defines  
 BITMAPINFOHEADER headerSize must be set to 40
 BMP_TYPE BMP magic number ('BM').