I got a new 7" Sainsmart display with the SSD1963 and their CTE shield to interface the Arduino Mega2560 to the SSD1963. I read where I can store images in the flash memory on the display board, which sounded great. I downloaded the RinkyDink Electronics SPIFlash and UTFT_SPIFlash libraries. He says there's two ways to do this, using his FlashUploader.exe and running the SPIflash_FlashUploader sketch (I couldn't get this to work, the connection to the board always timed out when connecting with FlashUploader.exe). Or it is even better to load images onto an SD Card "using an SDF (SPIflash Dump File)". And then using the sketch SPIFlash_Restore to upload the SD Card contents to the LCD flash memory.
Since the slower not recommended FlashUploader.exe can't seem to connect with that, I'm lost in determining what a SPIFlash Dump File is, and how to create one. I looked and searched and just am not finding any info on this.
What's the best way to load images onto the LCD flash memory?
If someone can steer me in the right direction, it would be greatly appreciated! Thanks.