Output Devices

For this week's assignment, I used an LCD as my output device.

First I Prepared the circuit board

After milling the design on a board and mounting the various components I went straight to programming.
So I downloaded the code done by Neil from here and editted it. After this I connected the fabisp programmer to an external usb hub, powered the LCD board using an FTDI cable and connected them.

I ran the make file with
sudo make -f hello.LCD.44.make

Then I programmed the chip using
sudo make -f hello.LCD.44.make program-usbtiny

Download files:
hello.LCD.44.c
hello.LCD.44.make