Slashdot Mirror


Making Use Of Old LCDs?

phorm writes "Not so long ago, higher-definition LCD's used to be quite hard to come by, with laptops and other hardware tending to use old non-TFT-style LCD's which ugly bleeding colors and poor refresh. Nowadays, almost everything has a nice TFT (Thin-film-transistor) display, including laptops, PDA's, digital camera, and often even cellphones. However, not all of these devices are as dependable as they once were, and many of them end up as little more than paperweights. With TFT-LCD's by themselves still being somewhat of a pricey commodity, is there any way to salvage and use these parts for home projects? I personally have an 8" notebook display, and a 1.5" digital camera LCD which are just begging to be recycled as something useful such as a projector component, status display, or something else useful. So far I've had little luck discovering a way to get these components to work outside of the original hardware, so I was wondering if any enterprising hardware-nerds on Slashdot have had better luck than I and could offer a few pointers. Are these components doomed to end up in a landfill, or can somebody offer a way to make them useful again?"

5 of 308 comments (clear)

  1. Great Uses by Johnny+Doughnuts · · Score: 5, Interesting

    Car mp3 Player Display
    Attach to side of monitor for a small second monitor
    Write a linux driver to interface directly with the lcd, and GPL it, along with specs.

    I *would* imagine you could come up with a variety of uses, since you are a /. reader, but because you decided to make the front page, I hereby revoke your /. UID.

  2. Re:You could build a video projector by Clockwork+Apple · · Score: 5, Interesting

    He didnt say he wanted to make a consumer quality device, he just asked what he could use the LCD for. Regular TV is well below the 800x600 that the LCD probably is.

    I have a DIY PJ built from a multimedia LCD and a overhead projector. Its just 640 x480 but at 5 foot wide it looks better than some rear projection screens I have seen. YMMV ;)

    --
    "Doctor, it's not the voices I hear in MY head, but the voices I hear in YOUR head that really frighten me."
  3. Whole machine as Linux + X or ASCII terminal by billstewart · · Score: 4, Interesting
    Trying to salvage just the screen may be difficult. But often there's more of the original machine left than that, and you can find ways to use it efficiently. For instance, that 486-66 laptop is now too slow and lame to run any games other than D00m or Nethack, and the 500MB disk doesn't look so huge any more, and maybe the case is cracked and the keyboard doesn't work, but you may still be able to run enough Debian on it to get X to work so you can have it as an extra display device. If you want to hide most of the mechanism, you may be able to separate the display part of the case and just run longer wires to the base part, leaving the electronics intact. And maybe it can double as a print server as well.

    Similarly, if you've got a laptop that's too lame for that, you might still be able to run Windows 3.1 and hyperterm on it, so you've got a scrolling ASCII display for data you feed it on the RS232 port, or maybe VNC running at 112 kbps. It's not your hot-stuff gamez box, but it's enough to display status information, and the great thing about a 386/25 is that you can be Entirely Fearless about performaing dangerous operations on it because there's really no downside risk :-)

    PDAs can often run communications programs as well, so you can use the RS232 port to feed them ASCII streams to display. That Palm3 stand can sit neatly on top of your main PC, showing you whatever information you think is interesting in whatever font size you can read. Maybe it's just a clock and weather forecast and network intrusion detection display ("It's 3:32pm, 37 degrees outside, pollen count high, Virus of the Day is Netsky.U".)

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  4. Way to make them useful again by phorm · · Score: 4, Interesting

    I wasn't asking for ideas with which to re-use the parts... as you might guess I've got lots of those. I'm asking for assistance in making them useful. As in, there's a perfectly good TFT LCD on that dead laptop... I'd love to use it for something else ... but I'll be damned if I have any idea how to make it function outside of the (dead) laptop, or if that is even possible.

  5. Re:You could build a video projector by scdeimos · · Score: 5, Interesting

    Actually, since it's an analogue signal, the "effective" horizontal resolution of television signals is limited only by the bandwidth of the luminance and chroma circuits of your receiver/TV and tends to be much higher than the popular 768x576 (PAL/SECAM, 50i) and 640x480 (NTSC, 60i) resolutions offered on capture cards.

    Those resolutions were chosen to maintain the 4:3 aspect ratio used on computer monitors based on the number of "useful" lines in the signal (the rest of the lines are used for framing of the front-porch/back-porch and digital data like Teletext).

    The 720x480 NTSC resolution made available on some cards makes use of some of this extra resolution, but confuses a number of players because the aspect ratio written in the .AVI/.MPEG streams aren't handled reliably (by either capture or playback software it seems, although some do it better than others).