...This function has been modified, in order to support this Display. It is easy to modify it to support both displays (160x128 and 128x64).
Draw_BMP_Progmem() is intended to display images stored in flash memory. It reads the image from flash memory, and then it use Draw_BMP_Ram() function to do it.
I have included a full example of using, at the end of main file.