Archive for the ‘LED stuff’ Category

Game-Table

Sunday, June 20th, 2010

See two working games on the table:

Downloads:

the world on my table

Sunday, March 28th, 2010

Now using an ATMega644P and a BTM-222 Bluetooth Module!

The bluetooth module can be used to bootload the AVR and to transfer images. Now I’m thinking of writing a VLC extension to stream video data to the table ;-)

And here the gif animation:

sources for the table

Tuesday, March 9th, 2010

Here is the code for the display:

Arduino IKEA Coffee table hack – SNAKE

Saturday, March 6th, 2010

Playing Snake with NES Controller on the display!

Arduino IKEA Coffee table hack – Animation

Sunday, February 28th, 2010

Displaying a 64x64 pixel animation exported from a GIF Animation with a custom python script.

UPDATE: After some optimization in the animation loading, the set pixel functions and the display refresh function the Arduino is able to display about 50 frames per second when displaying a 96x64 monocolor animation from flash memory.