Storage_OpenReadFile() function
Open a file and copy its content to a buffer
Syntax
uint32_t Storage_OpenReadFile(uint8_t Xpoz,
uint16_t Ypoz,
const char *BmpName);
Arguments
BmpName
A pointer to the Bmp file name
Return value
err: Error status (0=> success, 1=> fail)