Little LCD tester
Well, after some playing around and getting my electronics feet back, I’ve finally rediscovered some passion. This little project is something I’ve wanted to do for quite some time. Basically it’s an HD44780 LCD tester. A very simple device but if you’re like me, when you receive an LCD in the mail, you want to be able to see the device in it’s glory.
I just made it with a PIC16F690 MCU and some random components. The output is of course the LCD but also two LEDs. The unit has provisions for the backlight though it’s just straight 5v out, you have to worry about resistances when you hook it up.
The button on the back of the unit basically prints extra 20 character long strings so you can see how the memory is addressed and see how things scroll over in printing.
Anyways, here are pics:

The unit from the front. just the LEDs and the pinouts. Also note the knob on the top for the pot. that's for adjusting contrast.
Well, there we go. This will be a handy little device for testing whether any of them are any good.
Hi,
I’ve been looking for something like this..Can you share the schematic/codes etc…and is it possible to used other PIC devices like 16F84 or 16F628A?
TIA
I don’t have the schematics since I just put it together from my head but I may make a new one for shits and giggles and make some easy to read instructions. You can use pretty much any PIC 14 pin and over. 7 IO are for the LCD. 2 IO for the LED. and one for the button. so 10 usable IO are required. Also, you may need a bit of ROM and RAM space so a pic16f550 may be insufficient.