LCDPresentation View Online: Difference between revisions

From K-LUG Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
== Build an LCD Display for your Computer ==
== Build an LCD Display for your Computer ==


(page under construction)
(page under construction)


A recent project for our [[Main_Page 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.
A recent project for our [[http://www.k-lug.org/Main_Page 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
Here is a picture of one of the finished products




== Intro to the LCD Kit Project ==
== Intro to the LCD Kit Project ==
Welcome to the first K-LUG project for attaching interesting hardware to a computer so
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.  
that you will have something interesting to write some code for.
 
When you first look at attaching an LCD 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 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 talk to one of us.
 
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.
Rather than invent our own, we used an existing definition originally used by a Winamp
Rather than invent our own, we used an existing definition originally used by a Winamp
add-on. The connections are as follows.
add-on. The connections are as follows....
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 01:21, 20 October 2005

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


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.

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 talk to one of us.

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]