Storage_CheckBitmapFile() function
Opens a file and copies its content to a buffer.
Syntax
uint32_t Storage_CheckBitmapFile(const char *BmpName,
uint32_t *FileLen);
Arguments
BmpName
A pointer to the Bmp file name
FileLen
A pointer to the Bmp file length
Return value
err: Error status (0=> success, 1=> fail)