IDE

Code for image transfer:

#include “FlashFileSystem.h”

void setup(){

FlashFileSystemComm(); //start the flash listener

bmp_drawTest(“aardvark.bmp”,25,25); //draw a bitmap at (25,25)

}

void loop(){

}




Edit History