open(FlashTransfer) - Version: 470

Description

The open(FlashTransfer) function put’s the TouchShield into a dormant state, while it waits for images to be transferred from the Aardvark. This function will only accept 24-bit .bmp files


Syntax


open(FlashTransfer);



Parameters

The FlashTransfer mode.

Returns

none

Related



Example


void setup()
{
background(0,0,0);// set the screen black
}

void loop()
{

}




Edit History