Yes good idea ! I have a drill percution which do a lot of spark, I will try !
Today I finished a board to test the ability to drive a TFT screen in RGB mode (with no integrated driver) with direct connection to the external bus of a microcontroller, and using and external SRAM on the bus as framebuffer.
It's work very well, I use DMA to refresh the TFT data with the framebuffer content, and I am able to have a 20Hz refresh rate, more than needed for this kind of application.
I also tested a complete framebuffer update (blue/red color), which consist to change the value of all 130.560 words (16 bits) in the framebuffer, because it's a 480x472 4.3" TFT screen. It works well, it takes 50ms to fill the entire framebuffer ! A small video, I switch blue/red every second :
http://www.youtube.com/watch?v=Ny4uQXYD0wA&NR=1









