Driving a T6963C based graphic LCD

[Tom Fleet] spent the dreary weekend inside learning how to drive this T6963C based graphic LCD controller. Although this is his first time venturing away from HD44780 character displays, the availability of an Arduino library helped him go from being a newbie to coding his own animated graphics.

The hardware setup is straight-forward. The screen has a 20-pin connector and operates at 5V. We don’t see it on his protoboard, but usually these displays also need a potentiometer which serves as a voltage divider for the screen contrast. The data and control pins eat up most of the available I/O on the ATmega328 chip he used, but the I2C and SPI pins are still open and he plans a future project to make this a wireless display for his PC using one of those protocols.

As for fonts and animation, [Tom] links to several tools which will come in handy. There’s a font program that will convert Windows system fonts into a C file for use on the Arduino. The animations start with a 1:1 ratio animated graphic drawn with his favorite image editing software. He then converts those to monochrome bmp files and used bmp2c to convert each frame to a C array. After the break there’s a seven second example that would work well as a boot screen for his project.

[Read more…]

Stop Motion Animation Creation

PVC man stop motion animation

Stop Motion Animation has always been interesting to me since I “discovered” that one could make animated flip books by drawing each frame a little different. Fast forward 20 years or so, and computer technology has gotten to the point where this sort of thing can be done electronically quite easily and at an incredibly low price of a camera, computer, and free or paid-for software (here’s the technique using GIMP, a free, good quality photo editing tool) to put everything together.

The frames in the picture above are of my latest [PVC man] animation, which can be made with some electroluminescent lights, gloves, and some PVC pipe.  Each frame was individually photographed, and after several hours of work we had enough footage for 17 seconds of so of stop-motion animation.

Although by no means perfect, the quality of these animations has gone up dramatically from the first animations that I made using an old ENV2 camera phone. Although I was using a “custom mount” for it, it’s amazing these came out as well as they did. As with everything hacking related, this process is a constant work in progress. Check out the videos after the break for the [PVC man] video as well as one of the early ENV2-produced stop-motion shorts!

[Read more…]