I first asked my friend Billy to play the part of Obama...
So I asked another good friend of mine...
Me- "George, do you want to reenact a debate with me?"
George- "Yeah, I love debates."
Me- "OK, you can be Hilary and I will be Obama."
George-
Me- "A simple no would have been sufficient."
But unfortunately no one wanted to play with me; so I enlisted the help of my Arduino and TouchShield.
1. Uploaded some pics using the ImageUploader
2. Wrote some code:
void setup()
{
if ( touch_get_cursor(&p) )
{
bmp_draw("obama01",0,0); //draw the bitmap
}
while(1); //wait forever
}
3. Brodcasted the debate live.
No comments:
Post a Comment