Thread: Transparent hi-res LCD screen

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

    Transparent hi-res LCD screen

    A friend of mine might want me to do some microcontroller programming for an idea of his - so I'm taking a look at the possible hardware just in case I do get involved. The idea requires a transparent display - perhaps a laptop screen with all the backlighting stuff removed. My problem is - I'm not even sure if that's workable, and if so, what it's called. Searching only reveals low-resolution LCDs like the kind you find on a calculator, or finished products like monitors.

    It can be black and white (in fact, that's preferable) and it only needs to cover maybe 1/4 sq. feet. But it does need to have a decent resolution (somewhere in the neighborhood if 640 x 480 would be plenty). Is there a technical term for JUST the crystal, and no backlighting? Any leads to help me search would be greatly appreciated.

    edit:

    http://www.dorpo.com/pictures/pro_basic/DP-053H.JPG

    A display like that would be perfect if only it could work pixel by pixel instead with the blocky numbers only.

  2. #2
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    You are lookign for an LCD Matrix, good luck finding a source that sells just the matrix though, most companies manufactuer their own.

  3. #3
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Perhaps a portable DVD player screen?

    They're rather small, I turned one into a projector a while ago (until it broke :-)). The only problem is, even the TFT screens are very hard to read without a good backlight. Although leaving the casing on, they're just as thin as the image you posted, just not see-through.

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    even the TFT screens are very hard to read without a good backlight
    The way we're using it - that's of no concern.

    You are lookign for an LCD Matrix, good luck finding a source that sells just the matrix though, most companies manufactuer their own.
    Blast! Well thanks for letting me know what the technical term was!

  5. #5
    Registered User
    Join Date
    Aug 2006
    Posts
    100
    Check here:
    TFT LCD Panel: VGA and WSVGA

    They are relatively inexpensive, notebook replacement displays. Most have removable transflective and backlight assemblies.

  6. #6
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by zacs7 View Post
    Perhaps a portable DVD player screen?

    They're rather small, I turned one into a projector a while ago (until it broke :-)).
    Just out of curiosity: how?
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  7. #7
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Quote Originally Posted by MK27 View Post
    Just out of curiosity: how?
    Since it was a TFT screen, just took the back-light off, bought a 1000W globe, 2 fresnel lens and a lens from a overhead projector. A bit of maths, and bang, projector for ~$100. The only problem is that a 1000W globe produces a bit of heat :-). I also tried making a projector using a 15" LCD monitor and an overhead projector, which had pretty nice picture quality (about 1.5m^2 at 1024x768px) , but suffered the same fate due to heat. I would never buy a projector, as they're so easy to make. Perhaps using an LED instead of a 1000W globe is the way to go?

    If you have enough money, and could find the right lenses, then you could potentially use a high-res 17" computer monitor. I've read about people using CRT guns, but that doesn't usually work too well.
    Last edited by zacs7; 05-29-2009 at 04:41 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C programing doubt
    By sivasankari in forum C Programming
    Replies: 2
    Last Post: 04-29-2008, 09:19 AM
  2. Feedback: Functional Specification Wording
    By Ragsdale85 in forum C++ Programming
    Replies: 0
    Last Post: 01-18-2006, 04:56 PM
  3. char copy
    By variable in forum C Programming
    Replies: 8
    Last Post: 02-06-2005, 10:18 PM
  4. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  5. laptop lcd screen
    By skyline in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-16-2001, 12:23 AM