LCDPresentation View Online: Difference between revisions

From K-LUG Wiki
Jump to navigation Jump to search
Line 9: Line 9:


== Intro to the LCD Kit Project ==
== Intro to the LCD Kit Project ==
Welcome to the first K-LUG project involving the attaching of interesting hardware to a computer.  We chose this project partially so we would have some interesting code to write.  We also chose it because it was cheap easy fun. Ideally our attached display would connect via USB, however, we chose a parallel port connected display because no one seems to use the parallel port anymore, and by using a parallel port the kit was easier to code and cheaper to buy.  
Welcome to the first K-LUG project involving the attaching of interesting hardware to a computer.  We created this project because one member had several monitorless servers he wanted to view performance stats on.  We also picked this project so we would have some interesting code to write, and we figured it would be cheap, easy and fun! Ideally our attached display would connect via USB, however, we chose a parallel port connected display because no one seems to use the parallel port anymore, and by using a parallel port the kit was easier to code and cheaper to buy.  


When you first look at attaching an LCD display to the parallel port, it looks simple – a bunch of
When you first look at attaching an LCD display to the parallel port, it looks simple – a bunch of
connections, a potentiometer, and maybe a resistor for the back light. In fact, it can be
connections, a potentiometer, and maybe a resistor for the back light. In fact, it can be
messy and discouraging. This kit is designed to make the interface simple. It was
messy and discouraging. This kit is designed to make the interface simple. It was
designed by [[Dennis DeLorme]] and [[mailto:neff@acm.org Kevin Neff]] – if you have questions talk to one of us.
designed by [[Dennis DeLorme]] and [[mailto:neff@acm.org Kevin Neff]] – if you have questions they should be able to help.


When attaching an LCD display, there are several options for the control functions.
When attaching an LCD display, there are several options for the control functions.
Line 20: Line 20:
add-on. The connections are as follows....
add-on. The connections are as follows....
will convert more later...
will convert more later...


== [[http://k-lug.org/old.site/presentations/lcd/lcd_project.tar.gz Download the Tarball containing source code here]] ==
== [[http://k-lug.org/old.site/presentations/lcd/lcd_project.tar.gz Download the Tarball containing source code here]] ==

Revision as of 22:22, 1 January 2006

Build an LCD Display for your Computer

(page under construction)

A recent project for our [K-LUG] Linux User group was to create ourselves LCD Displays for computers. We created kits containing all necessary parts for < $20. Some used their LCD Display to show the health of their headless servers, some to show off title and artist information from an MP3 player, and others still to simply have fun with animation. Here is a picture of one of the finished products

http://www.pcig.info/uploads/Main/LCDTuxsm.jpg

Intro to the LCD Kit Project

Welcome to the first K-LUG project involving the attaching of interesting hardware to a computer. We created this project because one member had several monitorless servers he wanted to view performance stats on. We also picked this project so we would have some interesting code to write, and we figured it would be cheap, easy and fun! Ideally our attached display would connect via USB, however, we chose a parallel port connected display because no one seems to use the parallel port anymore, and by using a parallel port the kit was easier to code and cheaper to buy.

When you first look at attaching an LCD display to the parallel port, it looks simple – a bunch of connections, a potentiometer, and maybe a resistor for the back light. In fact, it can be messy and discouraging. This kit is designed to make the interface simple. It was designed by Dennis DeLorme and [Kevin Neff] – if you have questions they should be able to help.

When attaching an LCD display, there are several options for the control functions. Rather than invent our own, we used an existing definition originally used by a Winamp add-on. The connections are as follows.... will convert more later...

[Download the Tarball containing source code here]