Copper Cavern

Matt Guidry's Site

Home | Electronics | Programming | Forums | Links | About | Contact me

Project Overview

The purpose of this project is to control an LCD with the HD44780 controller chip, one of the most popular controllers for text LCD's, through the parallel port of a computer. I decided to write it in C++ rather than Java, because accessing hardward such as the parallel port is much simpler from C++, however writing the user interface will be much more difficult.

Project Status

Here are the current source files for the Parallel port class and LCD instruction classes:

References

Last updated: 29 July 2004