Slashdot Mirror


40" OLED Television Revealed at SID

deglr6328 writes "Seiko Epson has unveiled a massive 40 inch OLED display prototype at this years Society for Information Display (SID) symposium in Seattle. The display was printed on to a backplane containing the drive electronics with a specialized inkjet process using Phillip's PolyLED technology. Samsung and Phillips also showed large scale OLEDs they say can also be scaled up to 'television sizes.'"

196 comments

  1. First Post by Anonymous Coward · · Score: 0, Informative

    FP!!!!!!

  2. And only 3 to 5 years before I can buy one... by jilbert · · Score: 5, Interesting

    They've still got development to do. 260,000 colours aren't enough!

    1. Re:And only 3 to 5 years before I can buy one... by pe1chl · · Score: 1

      True, that is only 6 bits per color.
      It will not look very good as a TV screen, I think... as an information display it is OK.

    2. Re:And only 3 to 5 years before I can buy one... by lupin_sansei · · Score: 1, Interesting

      So how many colours would be enough for a TV? How many colours are you really able to distinguish?

    3. Re:And only 3 to 5 years before I can buy one... by Johan+Veenstra · · Score: 2, Informative

      How many bits per color are stored on a DVD. Yep, only 6, so I guess it's good enough.

    4. Re:And only 3 to 5 years before I can buy one... by Xugumad · · Score: 1

      The human eye apparently can distinguish less than 16 million colours (24-bit colour). However, I believe the colours it can distinguish are not evenly spread out through the colour space, so 32-bit colour might be an idea...

    5. Re:And only 3 to 5 years before I can buy one... by binaryfinery · · Score: 1

      Seiko Epson's massive 40 inch prototype boasts a resolution of 1280 x 768 pixels (WXGA) and 260 000 colors. The company is planning to commercialize the technology by 2007. (Credit: Seiko Epson)

      and the resolutions the same as I use on a 14' monitor. The picture would look like a sega genesis game

      --
      "Synergies are basically awesome, and they're even better when you leverage them." Tycho, PA 14/2/7
    6. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0

      If you're using Windows on a 14" monitor at 1280x768 you're going to go blind.

    7. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 5, Informative

      Sorry, but completely wrong.

      MPEG compression uses YUV color space, not RGB. Y is the luminance/intensity and uses 8 bit per pixel. U and V specify the color tone and use 8 bit each, but for groups of 4 pixels. So 4 pixels need (4*8)+8+8=48 bits, 12 per pixel. (This is useful because the human eye's has more luminance receptors than color receptors).
      In this YUV model, every pixel can have one out of 2^24 colors, because it has its own intensity, it just needs to have the same color tone as the other 3 neighbours. To reproduce the colors on a RGB screen you need 24 bits per pixel, because you can't use the intensity trick with RGB.

      See also http://msdn.microsoft.com/library/default.asp?url= /library/en-us/dnwmt/html/yuvformats.asp

    8. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0

      Hang on, 260,000 colours? They're using HAM8!

    9. Re:And only 3 to 5 years before I can buy one... by Sumocide · · Score: 3, Informative

      LCD-TFT Monitors can also display only about 252000 colours. They create more colours by alternating between two colors every refresh. That's why displays who are manufacturer rated at 12 ms have a real refresh of more than 20ms.

    10. Re:And only 3 to 5 years before I can buy one... by Short+Circuit · · Score: 3, Interesting

      A little OT, but here goes:

      My dad was telling me about some of his work on old custom computer equipment back in the 70s or 80s. Basically, people were saying you couldn't do regular text along with graphics on the video equipment used, but he showed that you could; he switched video modes in the middle of screen refreshes.

      Talk to an old timer who's past jobs combined electrical engineering and software engineering. You'll hear some fascinating stories about overcoming assumed limitations in resources. ( I suppose that applies to other professions as well, but you'll have to try your luck. )

    11. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0

      Or maybe they are able to utilize the full vga palette with clever color-changing synchronized to the horizontal refresh. Hmm? Didn't think of that, now did you?

    12. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0

      I used to similar tricks on one of my old computers (early 90s I guess), by changing graphics mode as the screen was being redrawn from hi-res/lo-colour to lo-res/hi-colour you could have a colourful border round the screen and hi-res text in the middle... never did find much of a use for it though!

    13. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0

      Sorry, but NO digital system uses YUV colour space. MPEG - as with al colour subsampled systems - uses Y, Pb, Pr colour space.

    14. Re:And only 3 to 5 years before I can buy one... by Lord+Prox · · Score: 5, Informative

      They've still got development to do. 260,000 colours aren't enough!

      They will do 24 bits in no time and you will see them in laptops PDA's cameras and cell phones sooner than you think.
      for more info on LEP/OLED displays try these...
      Universal display
      cambridge display tech
      high efficency
      transparent
      flexible
      stacked hi res

      and some apps...
      # Low-power, bright, colorful cell phones
      # Full color, high-resolution, personal communicators
      # Wrist-mounted, featherweight, rugged PDAs
      # Wearable, form-fitting, electronic displays
      # Full-color, high resolution, portable Internet devices and palm size computers
      # High-contrast automotive instrument and windshield displays
      # Heads-up instrumentation for aircraft and automobiles
      # Automobile light systems without bulbs
      # Flexible, lightweight, thin, durable, and highly efficient laptop screens
      # Roll-up, electronic, daily-refreshable newspaper
      # Ultra-lightweight, wall-size television monitor
      # Office windows, walls and partitions that double as computer screens
      # Color-changing lighting panels and light walls for home and office
      # Low-cost organic lasers
      # Computer-controlled, electronic shelf pricing for supermarkets and retail stores
      # Smart goggles/helmets for scuba divers, motorcycle riders
      # Medical test equipment
      # Wide area, full-motion video camcorders
      # Global positioning systems (GPS)
      # Integrated computer displaying eyewear
      # Rugged military portable communication devices

      My favorite is the high efficency ceiling mount. Need white light [click] there you are. Want a change of pace go for blue sky with puffy white coulds [click] done.

      These products are supposed to be cheap enough to do these things once mass production has begun.

    15. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0

      The Samsung screen is more interesting! 17inch "full color", 1600 by 1200 at 400 lumens and they will be mass-producing by second half of next year!

      -Karl

    16. Re:And only 3 to 5 years before I can buy one... by Ravadill · · Score: 1

      It's a television, any more than this is overkill for DVDs/TV ect.

    17. Re:And only 3 to 5 years before I can buy one... by thogard · · Score: 2, Interesting

      A decade ago when I got to play with a real 24 bit 1024x768 display on a sun 4/110, I wrote a program to display most of the colors 1/16 of them at a time. It turns out that out of the 16,777,216 colors you could tell the thing to display but to the human eye 8 million or so of them were brown and most of of the rest were grey.

    18. Re:And only 3 to 5 years before I can buy one... by Ravadill · · Score: 1

      Also MSI make a fairly tame (feature wise) mp3 player, but it does have an OLED display to show off:

      MSI Megaplayer

    19. Re:And only 3 to 5 years before I can buy one... by swordboy · · Score: 1

      Also - the 40 inches is made of up of very small tiles. Samsung recently announced a 17" single-panel OLED - the world's largest ever. The Epson piece pales in comparison to this. Samsung could tile their device as well and get something equally as large, or larger.

      --

      Life is the leading cause of death in America.
    20. Re:And only 3 to 5 years before I can buy one... by tomstdenis · · Score: 0

      You might see some banding but really it's enough to create the illusion anyways.

      The problem is it's a 40" fucking TV.

      If they made say 20-36" [ranges] TVs then more people could afford it and in turn sponsor the research into better displays. But no, make a 2000$ 40" TV [or whatever it costs] so only a handful of people will buy it [cuz afterall same money on CRT gets you way bigger].

      --
      Someday, I'll have a real sig.
    21. Re:And only 3 to 5 years before I can buy one... by cluckshot · · Score: 4, Interesting

      There are a lot of myths about the resolution and reception of the human eye.

      The optical sensor array in the eye is neither dense or accurate. It really is a pretty lousy sensor array by the standards of a modern digital camera. There are processing kludges and some curious process tricks that make the output fantastic though.

      For example the resolution of any single sensor in the eye on Luminance is about 5 powers of 10 bright to dark. This is fairly consistent to our modern films and digital sensors. However the eye by some curious tricks adjusts its sensativity so that it produces nearly 14 powers of ten bright dark. For you guys "Grand Challange Types etc." who are building automatic robots take a hint.

      In addition to the great range done by process tricks, the sensor is also curiously a "rate of change" sensor not producing any fixed value data like a modern camera. As such it allows a calculus by subtraction (Slide Rule stuff for you guys old enough to remember) to provide motor control in a linear process.

      But for the less detailed analysis the sensor here has very lousy resolution and very bad quality output compared to modern cameras. It isn't a very good sensor at all. It is the processing that brings out the great detail and such.

      --
      Never Politically Correct ~ I prefer the facts If you don't like what I say, get a life, or comment yourself.
    22. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0

      I saw that trick on an Apple ][ back in mid 80's. The problem was it took 100% of the CPU, so you really couldn't do anything useful.

    23. Re:And only 3 to 5 years before I can buy one... by JDevers · · Score: 1

      This is easy to prove by looking at any one of millions of "optical illusions" which are basically instances where our brain makes faulty assumptions. If our eye were all it were cracked up to be, this wouldn't be happening but since most of the elegance is in the post-processing there are ways to "trick" vision...sometimes pretty substantially.

    24. Re:And only 3 to 5 years before I can buy one... by Anonymous Coward · · Score: 0
      There is no "u" in "color."

      You are visiting an American web site. Use the local language if you have anything to say. Thanks.

    25. Re:And only 3 to 5 years before I can buy one... by kulack · · Score: 1
      # Wearable, form-fitting, electronic displays

      Damn, I know what you mean, but that just makes me hear my wife's voice in my head....
      "What do you want me to look like tonight honey?"

      Karma? What's that?

      --

    26. Re:And only 3 to 5 years before I can buy one... by solodex2151 · · Score: 1

      Those apps are just the tip of the iceberg. Everything now becomes more minaturized, cause elctronics can be embedded in the plastic frame. Instead of pulling down a screen and using an overhead projector, the screen itself now emits the display. Computerized touch screens can be built into desks for schools, revolutionizing learning yet again. How about billboard ads that electronically displayed. Displays on storefronts to market sales and specials. This list is endless and is only limited by imagination. The best part is it means more programming jobs for all of us!

    27. Re:And only 3 to 5 years before I can buy one... by Cyclopedian · · Score: 2, Interesting
      Computerized touch screens can be built into desks for schools, revolutionizing learning yet again.

      [RANT ON]
      Except, in the U.S., it will be just another toy for politicians to pour money into rather than for actual education.

      How many teachers are really going to maximize the deskscreens for learning? Does it require more training or can they just jump into it? Is it going to be cheap enough for cash-strapped school districts to use? And on and on.

      There's just too many questions. I'd rather they answer the first question: having kids actually learn something.

      [RANT OFF]
      -Cyc

    28. Re:And only 3 to 5 years before I can buy one... by the_weasel · · Score: 0, Troll

      [ Feeding the trolls ]

      "The local language?" Thats the dumbest thing I have ever seen anyone post. No wonder you are a coward.

      Americans don't have a local language. The proper term is actually 'dialect'. Your version of the english language has become corrupted, and it may eventually become a new language.

      If you decide to misspell colour without the "u" that's your problem. Thank you for providing yet another example of the kind of moron that has given the United States of America it stellar reputation in the world.

      Coward.

      --
      - sarcasm is just one more service we offer -
    29. Re:And only 3 to 5 years before I can buy one... by Anonvmous+Coward · · Score: 1

      " They've still got development to do. 260,000 colours aren't enough!"

      If they develop good dithering hardware, it shouldn't be that noticable. However, I've seen plasma displays that weren't any good at it, so NFI if this will change. Note to the companies that do this sort of work: Solid colors are just that, solid colors, not some pretty sweater looking pattern.

    30. Re:And only 3 to 5 years before I can buy one... by Anonvmous+Coward · · Score: 1

      "But no, make a 2000$ 40" TV [or whatever it costs] so only a handful of people will buy it [cuz afterall same money on CRT gets you way bigger]."

      You can buy a 40" CRT? HTF do you even get that through your front door?

      As for the price tag, so it's $2000, bfd. That's a lot cheaper than new displays like this typically are. It's a very common move in the industry to release something at a high price, because the early adopters pay for it. This helps offset their R&D price, even helps figure out what the market is willing to pay for something like this. It is a typical Slashdottian overreaction to assume that the initial price point will forever be the MSRP for these devices. It's amazing that nobody that is recovering from sticker shock ever stops and things "Hey, techno toys get cheaper over time!"

      In short, lighten up.

    31. Re:And only 3 to 5 years before I can buy one... by Anonvmous+Coward · · Score: 1

      "How many colours are you really able to distinguish?"

      The palette itself isn't the issue. It's the generic dithering that happens to the source imagery that knocks it down to whatever color depth you can support. Usually this creates highly organized and hard to ingore artifacts. Wanna visual example? Fire up Quake3. Start it in 32-bit mode. 16 million colors + an extra 8 bits of info that I have no idea what they do with. (Insight into this would be appreciated. Depth buffer maybe?) When you fire a rocket, you get nice smooth transparent puffs of smoke. Next, take it into 16-bit mode and do it again. Here you have a pallete of 65k pixels. More than enough to make a pretty smooth picture. However, when you fire the rockets, the transparency suddenly has this hard-to-ignore dithering pattern. If you were to take the same imagery in Photoshop and knock it down to 16-bit, it's doubtful you'd see a difference at all. (Maybe on a pixel-by-pixel comparison...)

      I hope that sort of makes sense. If you asked me to theorize as to why the dither pattern is so obvious in real time, I'd say it's probably because Photoshop goes through a LOT of cycles per pixel to make that pretty image. 1/30th/60th of a second probably isn't enough time to do it right. So, in this case, you can potentially have diminished visual quality over an analog set.

    32. Re:And only 3 to 5 years before I can buy one... by dekeji · · Score: 2, Informative

      But for the less detailed analysis the sensor here has very lousy resolution

      That's incorrect. The human eye has extraordinarily high resolution, probably close to what is theoretically possible for an optical system of that size. However, it only gives you that resolution in the fovea.

      That's probably because high resolution just isn't needed across the whole visual field, and if the eye were constructed to provide it across the entire visual field, our brains would have to be bigger than our bodies in order to process the information.

      Also, the human eye is extraordinarily sensitive, allowing you to come close to perceiving individual photons.

      It isn't a very good sensor at all. It is the processing that brings out the great detail and such.

      The human eye is an extraordinary sensor. Quality does not just mean having the highest spec along a single dimension, it means making the right engineering tradeoffs. And the human eye does both.

    33. Re:And only 3 to 5 years before I can buy one... by dekeji · · Score: 1

      Your brain makes the right assumptions, the assumptions that have saved the butts of the thousands of generations of mammals that preceded you. There are some people who can't perceive certain kinds of visual illusions, and they suffer from brain damage and visual deficits.

      Furthermore, those illusions are largely independent of the quality of the images that our eyes send to the brain; "better" eyes don't change the fact that the assumptions the brain makes about the world are good, life-saving assumptions.

    34. Re:And only 3 to 5 years before I can buy one... by frankmu · · Score: 2, Funny

      hmmm.. i can hear my wife talking about variable wall paper at the touch of a button..

      i guess i've been married too long

      --
      Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
    35. Re:And only 3 to 5 years before I can buy one... by garyok · · Score: 1
      My dad was telling me about some of his work on old custom computer equipment back in the 70s or 80s. Basically, people were saying you couldn't do regular text along with graphics on the video equipment used, but he showed that you could; he switched video modes in the middle of screen refreshes.

      That's how Elite for the BBC worked. Mode 1 (hi-res monochrome) for the spaceship vector graphics and then it would switch to mode 4 (low-res 4 colours) for the instrumentation about 4/5ths of the way through the screen. I was way impressed when I heard what the talented Messrs Braben and Bell had done (but I've no idea who actually did the nifty hack).

      Someone else (not David Braben or Ian Bell) is working on a new version of Elite. Dunno much about it though, and it's still looks to be in the early stages of development. Plus it's all in German.

      Aaahh, I'm getting all misty for the days where I could concentrate on playing 1 game for months at a time. That was playing a game properly. When being Elite meant something... (although I have to fess up to only being PC Elite, not BBC Elite).

      --
      One of the penalties for refusing to participate in politics is that you end up being governed by your inferiors - Plato
    36. Re:And only 3 to 5 years before I can buy one... by gsfprez · · Score: 1

      >They will do 24 bits in no time and you will see them in laptops PDA's cameras and cell phones sooner than you think.
      for more info on LEP/OLED displays try these...


      We've all been hearing this since 1999.

      just because something keeps being repeated, it doesn't make it true

      we've seen a single Kodak camera screen... and not much else.

      call me when i can go buy a 19" screen at Best Buy.

      --
      guns kill people like spoons make Rosie O'Donnell fat.
    37. Re:And only 3 to 5 years before I can buy one... by default+luser · · Score: 1

      16 million colors + an extra 8 bits of info that I have no idea what they do with. (Insight into this would be appreciated. Depth buffer maybe?)

      Alpha channel. This gives objects a certain degree of transparency. Let's say you draw your scene back to front, and for one particular pixel we have 3 layers drawn on top of one and other. Normally you wouldn't see the other two layers behind the pixel closest to the front, but if the frontmost pixel had an alpha value, it would be blended with the middle pixel. The rearmost pixel would also be blended if the middle pixel had an alpha, but the blending takes into account both the frontmost pixel's alpha and the middle pixel's alpha.

      Also, your example of "16-bit color" is a little off because you're comparing apples to oranges. A 16-bit image in Photoshop will look great because it has 2^16 colors to work with, typically a 5/5/6 split (RGB). On the other hand, a 16-bit frame buffer will typically use a 4/4/4/4 split (RGBA), giving you 16 levels for each color and alpha. Of course it looks like crap.

      18-bit color will probably end up looking ok but not great for a television, as the correction schemes these manufactureres use to get "true 24-bit color" typically mean displaying the two colors in-sequence closest to the actual one you want. This means you'll probably get a muddy picture in practice because the fluctuating colors won't be as persistent as your eyes are used to, and so it will look it's worst when contrast is most important (like say, foggy or dark scenes).

      --

      Man is the animal that laughs.
      And occasionally whores for Karma.

    38. Re:And only 3 to 5 years before I can buy one... by JamieF · · Score: 2, Informative

      I had a book that described how to do this and had sample code. I'm pretty sure it was Understanding the Apple //e by Jim Sather, but it might have been a different book. (BTW, I no longer have that book and am looking for a copy if you have one. I've had no luck finding it via Amazon or eBay etc.)

      In case anybody cares, here's how it worked:
      The Apple II series was designed so that the CPU and video hardware alternated reading from memory. The memory was twice as fast as the CPU needed it to be (quite different from today's situation!). If you wanted to know what the byte value was that the video hardware had just read, all you needed to do was to read from a memory-mapped I/O address that didn't actually put anything on the data bus. There were a few I/O addresses that worked like this; just putting that address on the address bus (by reading from or writing to that address) would make something happen; the data wasn't important, so the I/O hardware would just leave the data bus alone. If you read from such an address you'd get the data that was still being put on the data bus by the RAM from the previous video hardware access.

      The way to make this work for mode switching was to use a second idiosyncracy of the video hardware. For some reason (probably simplicity of implementation), during the horizontal retrace interval at the end of each scan line, the video hardware kept stepping through video memory, reading one byte at a time. Thus, there were a few undisplayed bytes that would appear on the data bus during the horizontal retrace interval, in memory that was basically just wasted. So, you could put a multi-byte signature in that area of exactly one line in display memory, and spend all of your CPU time in a loop waiting to see this signature appear. When it did, you knew which line had just been displayed, and could immediately switch video modes in the middle of the screen. You could use a few of these to display multiple video modes (low res graphics, hi res graphics, and text) on the screen in different vertical bands.

      The only problem is, there's hardly any practical reason to want to do this. The CPU cost was so high that it was hard to use it for anything.

    39. Re:And only 3 to 5 years before I can buy one... by shamino0 · · Score: 1
      You can buy a 40" CRT?

      Sure.

      HTF do you even get that through your front door?

      I don't know about all brands/models, but the one I mentioned above has a depth of about 26". That should fit through most doors (although you may have to remove it from the shipping carton first.

      FWIW, my desk at home has a 30"x60" surface. It gets through a standard doorway (with a fraction of an inch clearance) if I remove the door from the hinges first. I would expect anything with a depth less than 30" to have no problem getting through doors.

    40. Re:And only 3 to 5 years before I can buy one... by shamino0 · · Score: 1
      1280 x 768 pixels ...

      and the resolutions the same as I use on a 14' monitor

      But more than enough for television.

      A standard NTSC TV frame is about 525 scan lines, of which about 480 are visible (the rest are off-screen and don't contain image data.)

      The highest progressive-scan HDTV signal is 720 lines. The highest interlaced HDTV signal is 1080 lines.

      Sure, my computers do much better than this (between 1600x1200 and 2048x1536, depending on which computer/monitor I'm using), but computers and televisions have very different requirements. For a computer screen, you have to render very fine details, and you're sitting only a few feet away. For televisions, you never have that kind of detail, and you're usually sitting across the room from the screen.

      PS: You may find this link of interest.

    41. Re:And only 3 to 5 years before I can buy one... by MadHaggis · · Score: 1

      Good software could help the less computer-literate/motivated teachers make use of the desks. Sounds like a worthwhile OS project to me. Our kids' education sure as hell needs help from someone.

    42. Re:And only 3 to 5 years before I can buy one... by shamino0 · · Score: 1
      The way to make this work for mode switching was to use a second idiosyncracy of the video hardware. For some reason (probably simplicity of implementation), during the horizontal retrace interval at the end of each scan line, the video hardware kept stepping through video memory, reading one byte at a time. Thus, there were a few undisplayed bytes that would appear on the data bus during the horizontal retrace interval, in memory that was basically just wasted. So, you could put a multi-byte signature in that area of exactly one line in display memory, and spend all of your CPU time in a loop waiting to see this signature appear. When it did, you knew which line had just been displayed, and could immediately switch video modes in the middle of the screen. You could use a few of these to display multiple video modes (low res graphics, hi res graphics, and text) on the screen in different vertical bands.

      I did something like that on my TRS-80 color computer to get text and graphics modes displaying at once.

      The problem with doing this is the timing. You have to sync to the vertical blank interrupt and then switch modes at the correct interval afterwards. If you don't time it exaxtly right, the banding doesn't take place exactly where you want and the region doesn't remain in a fixed place.

      Normally, it's easier to just draw the text using pixels in hi-res mode. But that mode is monochrome. Low-res graphics (implemented by the text-mode character generator) was 8-color. So if you want colors and high resolution at once, you need to play games with the timing.

      And then, there was also the trick of drawing only even-numbered pixels or odd-numbered pixels, or appropriate hatch patterns in order to get other colors. The CoCo's 256-pixel horizontal resolution resulted in pixels smaller than the display's phosphors. So although the mode was actually black and grey (which they called "buff"), appropriate patterns could also produce red, blue, yellow, purple and a few others.

    43. Re:And only 3 to 5 years before I can buy one... by Crazy+Eight · · Score: 1

      I had thought that 32-bit video modes were used over 24-bit just for the sake of a mod 4 byte alignment.

  3. purple? by werdnapk · · Score: 5, Funny

    Why is the lady in that picture purple? Is the display that bright that she matches the flowers? Or is there some funky radiation coming out of that thing that has given her a nice glowing purple tan?

    1. Re:purple? by davejenkins · · Score: 4, Funny

      Why is the lady in that picture purple?

      She`s an Oompa-Loompa (the movie only showed the men... this is what their wives look like).

    2. Re:purple? by inio · · Score: 1, Informative

      Whatever it is, she better watch out for any people-eaters in the area.

    3. Re:purple? by miruku · · Score: 2, Insightful

      either it's a god damn bright screen, or someone has tweaked the colours (esp. blue/red) to make the purple flower standout more. which is annoying, as the clarity of a large screen oled tv is supposedly one of it's main selling points, and if they have to screw with photos of an actual set, that makes me worry..

      --
      MilkMiruku
    4. Re:purple? by Wellmont · · Score: 2, Informative

      The picture on the website has been altered to give the TV that extra "umph" of advertising glory. Obviously the site or person who took the picture doesn't want to give us a good idea of what it looks like but rather a "souped" up version of it...Thus we have purple asian lady, who looks like a fashion faux pas standing nex to a horribly saturated television in an environment which has had it's magenta's and cyan's tweeked.

    5. Re:purple? by Jugalator · · Score: 1

      Since we can use the woman as a reference, maybe the picture could be untweaked to get the true picture back? :)

      --
      Beware: In C++, your friends can see your privates!
    6. Re:purple? by Short+Circuit · · Score: 1

      That picture would make me worry, too...if they had to tweak the image, you'd think they could have limited their tweaking to the portion of the image with the display in it.

      I don't think the display's luminescense is causing the purple effect. Notice that the back of her hand, which is facing away from the display, is also purple.

    7. Re:purple? by ziggy_zero · · Score: 1

      When I do some color adjustments in Photoshop to get her skin tone right, she still has purple lipstick on. So the purple lipstick along with that strange blue light that you can see on the bottom of the image is probably what's making her look purple. I also think they bumped up the saturation of the entire image a bit.

      --
      I belong to the ______ generation.
    8. Re:purple? by Anonymous Coward · · Score: 0

      I tried this. Works pretty well. Using Photoshop, I shifted the hue +20 and the saturation -40. Both the flowers and the women look natural. The clear green plastic under the TV still looks stupid, but that must look stupid in real life too. Funny thing, the TV display still look great. I wish my monitor was that good. . .

    9. Re:purple? by Anonym1ty · · Score: 1

      It was printed on an EPSON Printer

  4. Dupe by ByteSlicer · · Score: 1, Informative

    This was already mentioned here

    1. Re:Dupe by morie · · Score: 1

      17" vs 40", I'd say there is a difference...

      --
      Sig (appended to the end of comments I post, 54 chars)
    2. Re:Dupe by morie · · Score: 1

      ...and so it is How very /. of me to hardly read anything at all...

      --
      Sig (appended to the end of comments I post, 54 chars)
  5. Dithered by Rosyna · · Score: 3, Funny

    My god, porn is going to look horribly dithered on this thing. Maybe by the time it is market viable they'll have that fixed.

    1. Re:Dithered by camzacid · · Score: 1

      Apart from the fact that if it doesnt display pr0n it will die a horrible death in the sales market

    2. Re:Dithered by kubrick · · Score: 1

      My god, porn is going to look horribly dithered on this thing. Maybe by the time it is market viable they'll have that fixed.

      I don't know, it could give it a sort of retro appeal... maybe people's tastes will change. :)

      --
      deus does not exist but if he does
    3. Re:Dithered by Short+Circuit · · Score: 1

      Run your porno image collection through the Apple ][ screensaver that comes with the xscreensaver package. 4-color porn.

      Personally, I prefer dithering and 8 bits...reminds me of the time I first discovered the subject. :)

  6. I think... by Xrikcus · · Score: 5, Informative

    That the Epson display is not a single display at all (in that it isn't printed in one process), but a combination of smaller ones, more along the sizes of the Philips and Samsung ones.

    I have seen the Philips display and I have to say the quality was good, there is slight horizontal banding where runs of the print head touch, but that's something that can be ironed out. Not quite up to consumer TV standards, maybe, but certainly showing promise.

    1. Re:I think... by pm · · Score: 1

      I was thinking this is the case with the Epson display as well. I can clearly see a line running down the middle of the display in the close-up picture.

  7. Making use of higher resolution? by NKJensen · · Score: 4, Interesting

    The particular display mentioned has size, not resolution as its main quality; some of the other displays mentioned have high resolutions.

    Which kinds of UI will benefit from such displays?

    Can we expect something useful from e.g. virtual 3D viewing (remember those books with embedded 3D-items hidden in 2D pictures)?

    --
    -- From Denmark
    1. Re:Making use of higher resolution? by Xrikcus · · Score: 3, Interesting

      Initially small UIs most likely, they already use very small OLED displays on devices afterall, it's just progress to start scaling that up.

      Another advantage is that you should be able to make transparent displays with OLEDs, mounted on a sheet of glass, say.

      Not quite sure what you mean about 3d though, from that point of view I can't see it being any different from an LCD, unless the display-on-glass concept somehow helps.

    2. Re:Making use of higher resolution? by emorphien · · Score: 5, Informative

      Yeah, they're using OLEDs on small devices, but not ones with long service lives (generally). While they do attempt to encase the OLEDs, they don't know how long they'll last since they're unstable in oxygen using the current technology. Using them in cell phones and digital cameras is good because the expectation is that one doesn't keep the things for long.

      But if you're buying an LCD for your computer or as a television, you want it to last more than a few years without degrading.

      --


      Presently here, but not there.
    3. Re:Making use of higher resolution? by emorphien · · Score: 1

      Is there an echo in here? :)

      --


      Presently here, but not there.
    4. Re:Making use of higher resolution? by Xrikcus · · Score: 0, Offtopic

      in here in here...

    5. Re:Making use of higher resolution? by Zzootnik · · Score: 1

      So what if there were multiple panes of this oled-on-glass sandwiched together...say 1024 of them...so you could make a gargantuan cube of glass and electronics that could display 3d images with actual positional data points... And all of it encased in a non-oxygenated block of glass. It'd probably be heavy as hell, and I don't know what kind of super video card it would take to drive it, but wow.... Holo-cube... I like the sound of that...

      --
      Sig currently under construction. Mind the gap....
    6. Re:Making use of higher resolution? by Angus+Prune · · Score: 1

      Well, that really depends on how much they cost. For 1000 I would expect it to last for a good few years, but for 10 I would be happy to replace ti every 6 months.

    7. Re:Making use of higher resolution? by DevNova · · Score: 1

      I guess that depends on what the eventual price-point for these televisions will be. No one is going to spend $1300 on a television every three years, but $400-600 maybe, if we can believe what they say about the low cost of these displays in the future.

    8. Re:Making use of higher resolution? by robmohr · · Score: 1

      Think disposable. Similar to toner swaps. Not everything needs to run 50K hours for it to have a useful life.
      eof

  8. inkjet is one thing, but what about on a press by emorphien · · Score: 5, Interesting

    This is pretty cool, and it's actually one thing my research is tied to. I dunno how long it's gonna take but we're hoping to be able to print these things on a variety of press types, at much faster speeds than inkjet allowing the product to be a lot less expensive.

    Right now though it's too costly and inkjet is definitely not ideal for large scale production, but we're definitely headed in the right direction. The biggest issue is finding materials that will work in the product that can be printed. It's a big PITA.

    That and how long with the OLED display they've built last? OLEDs don't like oxygen and the damn things will basically decompose. For large expensive displays like that there's still concerns in that area.

    Either way, awesome approach, using the different colored nozzles is pretty clever, a lot of the current systems require separate coatings to be applied through various means. It'll still be a lot faster and cheaper down the road when large presses can be used.

    Someone here made a calculation, and if we could print at 2000fpm on our Sunday 2000 Heidelberg press, all the displays in the world could be printed in a couple hours. Not like that would be practical or even likely.

    --


    Presently here, but not there.
    1. Re:inkjet is one thing, but what about on a press by Osty · · Score: 2, Insightful

      That and how long with the OLED display they've built last? OLEDs don't like oxygen and the damn things will basically decompose. For large expensive displays like that there's still concerns in that area.

      Who cares how long they last? OLED manufacturing should be cheap enough that you could realistically replace your screen every year and still be under the price of a similar LCD screen after 5-10 years. I know I'd be willing to buy a cheap new screen every 1000 hours or so if I could replace my current RPTV HDTV set with a nice flat panel that doesn't have the problems of plasma (horrible burn-in potential) at a price point much lower than LCD or plasma displays currently available.


      This could open up a whole new avenue of revenue to TV manufacturers, following the razor/razorblade model. It'd be nice to see a standard set for replaceable screens, so even though I may buy a Mitsubishi set, I could replace it with a Pioneer screen or a Sony screen, or a no-name Chinese knock-off if I want to save a few dollars. Unfortunately, I doubt that'll happen.

    2. Re:inkjet is one thing, but what about on a press by emorphien · · Score: 1

      I wonder what else we can apply that mentality to... Hmm.

      Don't worry your speaker drivers are made of crackers. They sound better but the OLEMs will eat them, but since they're so cheap you can replace them often.

      Well maybe that doesn't work.

      Maybe... Saran wrap car windshields?
      styrofoam chairs?

      Funny you mention it, light bulbs are going the opposite direction, with the led arrays that are supposed to last forever, and ever.

      --


      Presently here, but not there.
    3. Re:inkjet is one thing, but what about on a press by Xugumad · · Score: 1

      Hmm... how about, the environment is kinda messed up already, and having everyone throwing out their OLED TVs annually would really not help? Okay, they're meant to be environmentally more sound to produce, and probably to dispose of, but it's not an idea I'm massively fond of. If someone can come back and tell me the parts are easily recylable that would help...

      Or, skipping that argument, I don't really feel like having to move TVs around annually. Sure, OLEDs are much lighter and smaller than CRTs, and even than LCD displays, but it's still not an idea that appeals.

    4. Re:inkjet is one thing, but what about on a press by Osty · · Score: 1

      (ignoring the environmental argument because I don't have the information to discuss it, and perhaps I just don't care :)


      Or, skipping that argument, I don't really feel like having to move TVs around annually. Sure, OLEDs are much lighter and smaller than CRTs, and even than LCD displays, but it's still not an idea that appeals.

      Why would you have to move a TV to replace a screen? If it's done properly, you'd simply be able to unclip the old, clip in the new, and you're done. You shouldn't even have to take the monitor off of the stand or wall. Anyway, I end up going behind my TV once or twice a year to hook up different components, to rearrange the cabling, or even just to clean back there, so even if I had to do that to replace a screen it would be much less work than moving around a relatively small 48" RPTV.


      I'm sure I'm just dreaming here, and we'll not see this available any time soon, but it would be very nice if we did. Any OLED manufacturers listening out there? Replaceable screens with a standard interface, please!

    5. Re:inkjet is one thing, but what about on a press by Xugumad · · Score: 1

      Thing is, everyone keeps mentioning pulling the screen out, and replacing it. Except, as far as I understand it, there's not much else to an OLED except the inputs and bezel. Aren't the polymers in fact printed onto the circuitry that drives this stuff? That doesn't sound so detachable to me...

      Or am I missing something...

    6. Re:inkjet is one thing, but what about on a press by Osty · · Score: 2, Informative

      Thing is, everyone keeps mentioning pulling the screen out, and replacing it. Except, as far as I understand it, there's not much else to an OLED except the inputs and bezel. Aren't the polymers in fact printed onto the circuitry that drives this stuff? That doesn't sound so detachable to me...

      My understanding, and I could be wrong, is that you're correct that the polymers are printed on the screen itself. However, you still need all of the "other stuff" that surrounds the screen. You need to get the video signal to the screen, and in such a way that the OLED polymers understand it (ie, conversion may need to happen between the DVI/YPrPb/RGBHV/S-vid/Composite inputs and the screen itself). Along with that, you need all of the hardware responsible for receiving an input, and preferably multiplexing multiple inputs (not a big deal for a PC monitor, but a huge deal for a TV set). Add in anything else you need, such as a tuner, IR or RF receiver, circuitry to decode and act upon that input, etc, and it turns out that there's more to a TV set than just the screen.


      Right now, the screen is the largest cost, though, so if you could get high-quality screens at low prices the up-front cost of a TV set should drop drastically. How would you like to be able to buy a very thin (hangable!) 40" flat-screen HDTV for $300-500? Sure, you may have to spend $100 every 1000 hours for a new screen (or push it longer if you don't mind the decrease in quality, since OLEDs don't just suddenly stop working like a lightbulb, but instead fade away; I'm pulling the 1000 hours figure out of my butt, so don't recite it as religion -- mean time to failure could be much more or much less), but that's a drop in the bucket compared to paying $5,000-20,000 for a similar plasma set, or $2,000-10,000 for a similar LCD set. Plus, you'll no longer have to worry so much about accidental damage to the screen, because it would be easy to replace at a reasonable price (let's see you do that with an LCD!). I'd love it simply for the fact that I could replace my screen for $100 rather than have my set professionally calibrated every 2-3 years at $300-500 per calibration to keep everything in tune (settings drift over time as the projectors in a RPTV age). Even if the initial set was priced at RPTV prices ($1000-1500 for a ~40-45 inch set), replacing the screen would be cheaper and quicker than a re-calibration.

  9. Wow, I now I understand the implications of OLED. by sllim · · Score: 2, Insightful

    One word: COST.

    I read a little while ago about how when OLED displays age they loose there color. At the time I thought that while a TV may look nice at first, who wants to spend a grand on a TV that is gonna look bad in a couple of years.

    I was assuming of course that the price point of a large screen OLED would be comparable to a large screen LCD which is comparable to a traditional set.

    Sometimes it is nice to be wrong.

    Basicaly it sounds to me like they create a large circuit board and 'print' the pixels on top of it with a large ink jet printer.

    I know I am simplifying it tremendously, but it sounds a hell of a lot less costly then traditional and LCD sets.

    Am I right to assume that something like this could seriously come down in price?

    I imagine that eventually the price point would be so that when the colors faded you pitched the old set, bought a new one and thought nothing more of it then if you were upgrading a video game console.

  10. Re:So... by sllim · · Score: 1

    OLEM displays.
    Organic
    Light
    Emitting
    Mice

    Don't tell PETA they will flip and we will all be out a cool technology.

  11. Can't wait by Anonymous Coward · · Score: 1, Insightful

    mmmmmmm, Baywatch

  12. Great but... by Insurgent2 · · Score: 1

    When's the Heathkit coming out??

    Or the inkjet catridge refill kit so I can print them on my Epson Stylus??

  13. I call BS by Anonymous Coward · · Score: 5, Interesting

    http://optics.org/articles/news/10/6/4/1/samsung

    This is photoshopped. The image on the screen is more clear that the detail of the stand it is framed in. The detail of the image on the screen and the fram should be on a par. But they are not.

    That is BS. Credit of the photo is samsung themselves, so nobody outside of samsung saw it for real.

    I am not saying samsung doesn't have an OLED display, I am just saying that that picture is a crock of PR shit if ever I saw one.

    I am hoping I am wrong and we get awesome screens in the future.... but I just can't believe that photo.

    You must also be suspicious of me being a samsung astroturfer "I can't believe it".

    tinfoil hats abound

    1. Re:I call BS by Xrikcus · · Score: 1

      Maybe for the Samsung, I don't know, no reason to assume they'd be cheating. The Philips one is certainly not a mockup though, and I know the Samsung is supposed to be slightly brighter, so its perfectly possible.

    2. Re:I call BS by Da+w00t · · Score: 1

      The image has been color "corrected". If you whip out the gimp, and use the Color Balance tool and ramp everything everything twards yellow, the woman's skin tone on her face, and hands is corrected.

      It looks like they had poor lighting for the photo, didn't like the off-white background behind the set, and tried to "fix" it.

      As to the quality of the image in the set, it's a fripping jpeg. It's going to look like shit.

      --

      da w00t. mtfnpy?
    3. Re:I call BS by KZigurs · · Score: 1

      Not guaranteed. These displays have rather interesting display characterics after all and my guess (as with some photography background & experience) that in this case it have been simply a game with lights to make it more impresiive. Yo know, I can make such picture even with your 10 years old, colorfaded CGA without too much (ok, with cga that would be a) hassle :P

    4. Re:I call BS by kris_lang · · Score: 1
      The image has been color "corrected".

      Most likely very true that the image has been color corrected. It is very difficult to take a photograph of self-luminous displays alongside a human being illuminated by a different light source, particularly self-luminous displays using primary colors which do not reproduce accurately on film or CCD.

      Accurately reproducing color is tough enough under daylight (sunny or cloudy) conditions, but the reason that indoor photographs without flash look so different is that the radiant spectra of incandescent bulbs and fluorescent fixtures and even tungsten or halogen bulbs is sufficiently different from the spectrum of sunlight that our eyes see it as different. It's only the illusion of color constancy along with our memories that makes us think these colors are the same.

      Other problems are that the receptors (whether it's AGFA film, Kodak film, Fuji film,
      slide film, CCDs with filters in front of them) are not perfect matches for the receptor sensitivies of our (human) eyes' opsin photoreceptors. [In fact, there are even individual differences between different human beings in how they see color. Color-blindness is the most extreme of these.] Then when the image is either displayed, there is no guarantee that the displays primary colors (phosphors, fluorescent backlit filters, plasma displays, or organic LEDS) will have spectra that will correctly display the images. That's why there's a big market in doing color correction and color calibration.

      If you're printing photographs, then you've also got the transfer functions of the light source used to project the image from the negative onto the film paper AND the "receptor" sensitivities of the dyes used on the film paper. Just for a photograph alone you've gone through multiple non-linear transfer functions, and some are non-reversible.

      It is also possible that they were unable to get the OLEDs primaries up to snuff OR unable to get their hardware device driver to convert their video source colors to the right balance for displaying on the OLEDs so they cheated by adding a superimposed surround color (with colored spotlights for example) to make the display LOOK balanced.

      Or it could just be a poorly color corrected image as you suggest.

  14. Re:Wow, I now I understand the implications of OLE by Xrikcus · · Score: 2, Insightful

    Funnily enough you're not simplifying it a great deal. Clearly it's not easy to actually do, but what they're actually trying to do is effectively just that.

    No reason why it couldn't come down in price just like anything else. More importantly though the lifetime of the OLEDs is increasing, it's hoped that by 2008/2009 they'll be good enough to be used in commercial TV sets properly.

  15. expiration date? by DiniZuli · · Score: 5, Interesting

    As allways in these OLED dicussions the question is:
    How long before the display starts to degrade?
    In other words: Have they solved the problem with OLEDs that they start degrading after a record holding short time?
    When /. brings a story about that, ThEn OLEDs gets really really interesting (as opposed to now: they are 'just' really interesting;)

  16. Re:Wow, I now I understand the implications of OLE by gingerTabs · · Score: 2, Insightful

    imagine that eventually the price point would be so that when the colors faded you pitched the old set, bought a new one and thought nothing more of it then if you were upgrading a video game console.

    Great, now we're churning out even more consumer waste to put in landfills.

    How can this make you happy?

  17. Re:So... by emorphien · · Score: 1

    Mmm, and if they're edible and taste like cheese, I see a great opportunity!

    --


    Presently here, but not there.
  18. Dear Epson, please print me a circular screen... by Snart+Barfunz · · Score: 1

    I just need this one part to finish my Interocitor and communicate with Metaluna

    --
    --- Yx3 = Delilah ---
  19. Re:Wow, I now I understand the implications of OLE by mrchaotica · · Score: 2, Insightful

    Maybe if we're lucky it'll be more easily recyclable than a CRT (i.e., it won't have all the lead and stuff), but you're right that going from a long-lasting device to a disposable one isn't good.

    At least it sounds more recycleable; it's apparantly a PCB + organic compound, which isn't that bad, right?

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  20. This may be redundant.. by sinner0423 · · Score: 5, Insightful

    But why is it that every single flat panel television is just completely too expensive? I love looking at them when I go shopping, but I fail to see the point in spending between $2000-$5000 for one of these displays. I don't care how many languages it speaks or what O/S it runs. What is the problem here? Is it really that expensive to produce large scale OLED/LCD/plasma displays? It seems regular ol' televisions have gone down in price, why not these larger flat panels? Is it going to be another 10-20 years before I can afford a reasonably priced unit?

    1. Re:This may be redundant.. by pe1chl · · Score: 4, Informative

      Probably 2 things:

      1. People want to buy them at that price

      2. They are more expensive to produce than CRTs.

      The picture ain't that good either. The geometry is better than a badly-aligned CRT (standard in consumer TV sets, even of $2000!), but the color quality is much, much worse. The responsetime is usually not good either, and while the viewing angle is getting bette, there usually is a blue or green background color when looking at a large angle.

      I am looking around for a new TV set. I checked some different makes of CRT TVs and it amazes me how bad the geometry is on 2000 Euro TV sets, when compared to 200 Euro computer monitors. And it usually is not even customer-settable! Every computer monitor has these 5 buttons that allow you to align many things using an onscreen menu, but on TV sets this is hidden in a service menu that is only accessible when you know the secret code.

    2. Re:This may be redundant.. by That's+Unpossible! · · Score: 2, Insightful

      Is it really that expensive to produce large scale OLED/LCD/plasma displays?

      Yes.

      It seems regular ol' televisions have gone down in price, why not these larger flat panels?

      Completely different technology.

      Is it going to be another 10-20 years before I can afford a reasonably priced unit?

      No, more like 3-5 years. Just like rear-projection HDTV's used to be super expensive, now you can get them for $2000.

      But I wouldn't look for a big price drop with flat panels until OLED starts cranking...

      --
      Ironically, the word ironically is often used incorrectly.
    3. Re:This may be redundant.. by stinkbomb · · Score: 1

      The problem is producing high-quality glass of the appropriate size. An NEC rep showed off a 40" LCD panel to us and said that if they can get 15% good glass out of their production runs, they're happy.

    4. Re:This may be redundant.. by JamieF · · Score: 1

      >I fail to see the point in spending between $2000-$5000 for one of these displays. I don't care how many languages it speaks or what O/S it runs.

      Hmm... yup, looks like I guessed right. You've only been a Slashdot user for a week, haven't you? First post 7 days ago.

      Give it time.

      Soon you won't even care what it does; as long as it runs Linux or has a Transmeta CPU in it, you'll want one. $5000 will seem completely acceptable for a TV set, so that you can play a pointless but cool-looking eye-candy demo on it for both of your friends, who will be soooo impressed. At the same time, the prospect of spending more than $20 on a date, doing anything not directly related to computers, or of owning any clothes other than jeans and t-shirts will start to seem like pointless wastes of money.

  21. Re:So... by lupin_sansei · · Score: 0

    Funny you should say that. At high school my friend was asked in his electronics exam what LED stood for. He got a bit mixed up with LEDs and LCDs and answered Liquid Emitting Diode.

  22. A question by ThinWhiteDuke · · Score: 4, Interesting

    Can any knowledgable slashdotter answer a simple question: Why is it difficult to produce large OLED display? I understand that it more or less amounts to printing the pixels onto a substrate. If one can make 17" OLED display, where is the engineering complexity in making a 40" display?

    --

    It would be nice to be sure of anything the way some people are of everything.
    1. Re:A question by LiquidCoooled · · Score: 4, Funny

      Thats an easy one to answer!

      they have only got an A4 printer...

      --
      liqbase :: faster than paper
    2. Re:A question by SagSaw · · Score: 1

      If one can make 17" OLED display, where is the engineering complexity in making a 40" display?

      It probably has to do with manufacturing yield. For every pixel and/or unit of area on the display, their is a certain probability that there will be a defect in that pixel/area. Say your process is known to produce one defect per 10-million pixel-sized areas on a 17" 1024x768 display. For each screen, you have about an 8% chance there will be at least one bad pixel. If you scale that up to a 40" display, which would have 5 times the area, you would have about a 34% chance there will be at least one bad pixel. Of course, a certain small number of bad pixels per display is probably acceptable. Point is, however, that as the area of the display increases, the number of manufacturing defects per display also increases. At some point, you're throwing too many displays away due to bad pixels to be profitable.

      --
      Come test your mettle in the world of Alter Aeon!
    3. Re:A question by hazee · · Score: 1

      Maybe for the same reason it's hard to make big LCD monitors - it gets proportionately harder to produce a display without flaws.

    4. Re:A question by solodex2151 · · Score: 1

      It is a whole lot more complicated than that. But first, Sieko Epson is the only company using ink jetting technology to print their displays. All of the others use a variation on shadow masking used in silicon. Purity is by far the biggest issue and problem plaguing these devices, and is far worse than that of silcon. These polymers won't go into solution, most simply don't dissolve in even the nastiest of solvents. This results in all these polymer nanoparticles floating around in a solvent, and there will be other nanoparticles floating around with them. We try to filter the other nanoparticles out, but because the polymer itself is in suspension, we end up filtering the polymer out too. Production is then often done in class 10 cleanrooms. This purity issue also effects resolution and display lifetime. Also, in traditional LED devices, the silcion used is a crystalline structure. Compare this with a bowl of spaghetti for the polymers. It all sums up to that "ink jetting technology" is very misleading in it's name. Don't think of printing pixels on a substrate like printing a photo on a piece of paper. Think of jetting these polymer suspension onto a substrate so that they align within a nanometer of where they were supposed to be, on top of 7 other different layers printed (the alignment is like that in CPU chip manufacture). Now, with millions of pixels more to be printed on the 40" display, this results in so much more having to be aligned. If one in every 10 devices failed (a year ago, this was a very generous number), that's a 10th of the screen that is not working. It surprises me that they can achieve that kind of circuit density through ink jetting.

    5. Re:A question by pardonne · · Score: 1

      > so that they align within a nanometer

      Why does it have to align within a nm? It's not like they are trying to squeeze a gzillion transistors.

      Pardonne

  23. Re:Wow, I now I understand the implications of OLE by Moraelin · · Score: 5, Informative

    "who wants to spend a grand on a TV that is gonna look bad in a couple of years." You're an optimist. With today's OLED technology it will look bad in mere months. These things make plasma TVs seem like they were built to last a lifetime, by comparison. Last I've heard, OLEDs are rated for something like 1000 hours life. At, say, 8 hours a day use, that's 4 months. (And 8h per day is already less than you'll have it in use when it gets shared between you, your SO and maybe a kid using it for the game console.) But that's not the biggest problem. The biggest problem is that the brightness doesn't even decrease uniformly across the whole spectrum. Each of the 3 colour components has its own decay time. So it probably will take less than 4 months before the image starts to get a bit of a wrong hue. I don't know about you, but I'm a bit of a perfectionist when it comes to image quality. I'm one of those nuts who bought a 9800 XT just to be able to play with 6x FSAA and 16x Aniso, and are already waiting for the X800 XT for the same reason. So something which is pretty much guaranteed to slowly go the wrong hue, I just don't need it. Not as a computer monitor, and not as a TV. Even if it was for free.

    --
    A polar bear is a cartesian bear after a coordinate transform.
  24. Well for a television by Sycraft-fu · · Score: 4, Informative

    This is pretty good. That's enough to do 720p HDTV, the second highest resolution. I mean the highest resolution worth having on a TV is 1920x1080, that's the max HDTV goes.

    You also have to remember that bigger costs money as does higher res, and they are independant problems to deal with. That's why a 22" multi-sync computer monitor that does 2048x1536 costs more than a 36" NTSC TV with a tuner, PIP, etc. The NTSC TV onyl has to pull 720x480, makes it cheaper to produce at a given size.

    I expect OLED displays will go the same as any other. You'll be able to get desk sized displays that meet or exceed the resolution of 60" displays. The reason is simple: Computer displays are used up close for precision work, and people will drop $500+ to have a high resolution one. Large displays are susually used for entertainment, and there's just a limit to how much resolution is worth the money. After all, a display that does 4000+ pixels across does you no good if you are driving it with an HDTV signal that is less than half that.

    1. Re:Well for a television by Anonymous Coward · · Score: 0

      Ths is not correct. Search google for FFDshow. Besides being a top-notch MPEG4 decoder, it is also a top-notch video scaler. I regularly use it to scale DVD video (720x480) up to 1440x960 and the improvement is signficant. With some well-mastered DVDs FFDshow scaling is able to approach hi-def quality. With the right scaler, a display that is double or quadruple the resolution of 1920x1080p will definitely be an improvement over a plain 1920x1080 display.

  25. it's spelled philips by wdebruij · · Score: 2, Informative

    it's spelled `philips', not phillip's or phillips. Just look at the URL.

    1. Re:it's spelled philips by adzoox · · Score: 0

      Being a Philip Smith - I'm glad you pointed that out.

      --
      Yell & scream & rant & rave... it's no use... you need a shaaaave ~ Bugs Bunny
    2. Re:it's spelled philips by Anonymous Coward · · Score: 0

      and why do people waste mod points for overrating when the parent hasn't been rated?

  26. Well, anything really by Sycraft-fu · · Score: 5, Insightful

    So long as the quality and price justify it. My speakers cost about $2000 for a pair of them. Because of that expense, I expect that they will last for quite a long time, and they will. They are well build, from materials that last. Provided they aren't abused, there's no reason they can't work for 20-50 years. However, if you could offer me speakers with equal or greater quality that cost only $100, but would last only a year, I'd buy them.

    It's a win for me, any way you hash it. First, technology is going to improve enough in 20 years, that I'd want to replace my speakers before then anyhow. This lets me basically stay on the cutting edge all the time. Second, it makes damage much less of a worry. I have to be careful with these speakers, as it would be a major expense to replace them. I would not need to worry so much if I'd only be out $100. Finally, the value of a dollar today is more than the value of a dollar tomorrow (because of inflation). I'd be better of economically to spend $100/year and invest the rest than $2000 now.

    All that OLEDs will need to do is be cheap enough in comparison to the competition, and the disposable idea works fine. If they cost as much as LCDs, no thaks, I'll take the LCD and be happy. If they cost 1/10th as much, sure I'll take them, even if they have to be replaced once a year.

    This isn't out of the realm of possibility. Remember these things are PRINTED on sheets using ink jets. Cheap technology, and we have much cheaper mass-production printers called web presses. Also the only part that needs to be replaced is the OLED screen itself, not the supporting electronics. S0 it really could end up being like razor blades. But the more expensive holder (handle) up front and then replace the screen (blade) when it needs it.

    As an added bonus, OLEDs are organic (hence the O) and so not nearly the environmental problem of things like CRTs, even if replaced more often.

    1. Re:Well, anything really by squoozer · · Score: 4, Insightful

      I don't often feel the need to make a comment but...

      I wish people wouldn't say that everything "organic" is good - its a chemistry term. Organic in this context doesn't mean natural. The material in these displays is not found in nature and is quite probably highly toxic. Organic (in the chemistry context) means made of carbon and hydrogen and possibly including other atoms (for instance one of these OLED molecules contains Fluorine). The nerve gas sarin is "organic" is it good for you? What about DDT? How about plastic? Yes; plastic is organic but it doesn't biodegrade.

      Ok. I have got that off my chest time to go back to lurking

      --
      I used to have a better sig but it broke.
    2. Re:Well, anything really by untaken_name · · Score: 1

      I wish people wouldn't say that everything "organic" is good - its a chemistry term

      Yeah, I really hate the current trend of calling foods 'organic'. I mean, come on. Who's ever heard of inorganic fruits and vegetables? What, *those* oranges are silicon-based or something? Grumble. I know what it is supposed to represent, so please don't bother posting about it. I just think it's stupid, is all. 'Organically grown' plants. No shit?

    3. Re:Well, anything really by joib · · Score: 0


      'Organically grown' plants. No shit?


      Actually, I think most organic farms use lots of shit for fertilizer. ;-)

    4. Re:Well, anything really by untaken_name · · Score: 1

      Actually, I think most organic farms use lots of shit for fertilizer. ;-)

      True. I suppose the inorganic ones use...sand? Or maybe the excretions from inorganic animals...

    5. Re:Well, anything really by emorphien · · Score: 1

      Me thanks you for saying it. People do seem confused by the term "organic."

      --


      Presently here, but not there.
    6. Re:Well, anything really by Anonymous Coward · · Score: 0

      Yes, I know it's humor.

      But really, what "inorganic" farmers use is pesticides and maybe genetically modified plants. Use either of them, and you can kiss your "organic" goodbye.

    7. Re:Well, anything really by dkone · · Score: 2, Insightful

      "S0 it really could end up being like razor blades. But the more expensive holder (handle) up front and then replace the screen (blade) when it needs it."

      When was the last time you bought razor blades? The blades are way more expensive then the handle. hell they give you the handle for free so that you will buy the blades.

    8. Re:Well, anything really by untaken_name · · Score: 1

      Pesticides make things non-carbon based? I didn't realize alchemy was so successful and cheap. I mean, they could think up a different word. Organic already means something. It's like saying that over here I have 'Vegetable carrots' while over here I have just regular carrots which are somehow different. I know what 'organically grown' means and all, the word choice just irritates me. Also, GM is fine. Any time you cross-pollinate or use Gregor Mendel's process, you're genetically modifying plants. We've been doing it for quite a long time and nature has been doing it even longer. New methods are just faster. Yellow rice is an example of a GM food that is helping people right this moment.

    9. Re:Well, anything really by petsounds · · Score: 1

      Replacing those $100 speakers every year would generate a lot more toxic waste (in the form of all those electronics and plastics) than your single pair of $2000 speakers. And so it would not be a win for the environment, and hence you or I, over the long term with such a plan.

      And just like other posters stated, the O in OLED does not mean the materials are biodegradable or non-toxic. It just means the same as O as in OChem, albeit a little less hellish. However, I will agree that these panels are certainly a step forward from traditional CRTs.

    10. Re:Well, anything really by JamieF · · Score: 1

      "Organic" farming (which is a regulatory term in some jurisdictions, not just a marketing word) and "genetically modified organisms" are unfortunately ambiguous terms that don't differentiate between food that is and is not made with those techniques, if you stick to the strict literal definition of those terms. However, don't make the mistake of thinking that this means that there is no meaning to these terms.

      "New methods are just faster" - perhaps. Roughly how long would it take for DNA from an insect to work its way into a plant, through natural pollination?

      It isn't very smart to take a brand new organism that has never existed before and declare it completely and totally safe to eat and superior in every way to its predecessor. GMOs are neither necessarily bad nor necessarily good. Only time, scientific testing, and risk analysis (example: famine without GMO crops vs. plenty of food but increased risk of disease with a GMO) can tell for sure.

      The key issue is that manufacturers of GMOs are lobbying very hard to hide the fact that what they're selling has been unnaturally modified and has only had a few years (at the most) of testing for safe human consumption. They have lobbied in the US to make it illegal to label foods as GMO. What does that say to you about how safe they are? You can be as libertarian as you like, but the idea of a free market is based on an ideal of voluntary transactions based on a fully informed buyer and seller. Hiding this kind of information from buyers is shady at best. If GMOs are safe, nay superior, then label them with pride.

  27. Excuse me... by CheshireCat · · Score: 1

    I just need to go change my pants. Seriously though, if the wear issue in early OLED stuff is fixed, this can't come soon enough. 2007 is too damn far away!

    I just hope that the simple and reliable manufacturing methods (at least, that's how it sounds) will bring the cost way, way down. Hopefully manufacturers don't get way too greedy and price these similarly to existing tech (or higher), and gouge the consumer for massive profits. I'd imagine that wouldn't last for long, though, because a competitor could undercut such a price and still make a tidy profit per unit..

  28. It's single by News+for+nerds · · Score: 1

    Do you have a clue on why the resolution of it is quite low compared to multiples of Philips's one?
    Considering news value, patching panels to make bigger one won't make a feature as it is.

    1. Re:It's single by Xrikcus · · Score: 1

      I don't know. The philips one was designed to be full resolution, but only part of the 40" screen (presumably they simply didn't have the fab sizes necessary to do the full size in one go initially, as epson didn't either as I mentioned). Quite why the res of Epson's screen is so low I really don't know though.

  29. Re:Wow, I now I understand the implications of OLE by rve · · Score: 4, Informative

    When I was still at uni, studying numbercrunching, one of the thing the department (phys. chem.) was working on was trying to extend the lifespan of the blue colour OLED, and to invent a white one (the holy grail as it were), research sponsored by the EU I think. The best they had lasted mere months, whereas red and monochrome (yellowish iirc) lasted pretty much indefinitely.

  30. Durability? by Anonymous Coward · · Score: 2, Interesting

    I thought OLED's still had issues with durability.
    Red & green lasting for 20.000 hrs, but blue for only about 2.000 hrs. They probably solved that problem, but I can't find any info on it.

  31. Re:Wow, I now I understand the implications of OLE by mindriot · · Score: 4, Informative

    I think the lifetime is more around 10,000 hours. In one of the recent /. discussions relating to OLEDs there was a discussion about this, can't seem to find it though. This article does mention 10,000 hours, and so does this very interesting OLED Technology Roadmap (PDF). It actually says about the performance targets that by 2004, the lifetime for 300 cd/m^2 should be about 10k hours, while for 2007 and 2010, the aim is 20k and respectively 40k hours. Note: I just skimmed that document, but it should be an interesting read...

  32. hype my own post by poptones · · Score: 1
    I think it might be this post you are referring to?

    For the rest: This technology isn't even on the market yet. The manufacturers themselves say "we're still developing it" - duh, yeah it sucks BECAUSE IT'S NOT DONE. When the oled display you bought down at the Office Depot starts "losing color" after four months use THEN you know-it-alls might have something to discuss - until then you're just a whisper in the wind.

  33. Re:Wow, I now I understand the implications of OLE by Elledan · · Score: 5, Informative

    "Last I've heard, OLEDs are rated for something like 1000 hours life."

    That was a typo. The real number was 10,000 hours, and this is the time the blue component of an OLED display lasts before fading. The green and red components last about 20,000-30,000 hours. There is still a lot of improvement to be made in stabilizing the organic componenents of OLEDs, so expect those numbers to improve over time.

    Also, don't forget that an LCD display last also about 10,000-15,000 hours, after which the backlight has to be replaced (usually about as, if not more expensive than buying a new display). CRTs don't last forever, either. After about 20,000 hours the brightness of a CRT will gradually degrade.

    Considering that OLED is a relatively new technology it would be quite foolish to label it as being impractical/useless, since there is still a lot of room for improvement (we're looking at prototypes here!).

    --
    Site & blog: http://www.mayaposch.com
  34. Re:Wow, I now I understand the implications of OLE by Xugumad · · Score: 1

    It does actually occur, it might be possible to send your TV back to the manufacturer for a re-print. Still, I'd prefer to have it last, myself...

  35. Re:Wow, I now I understand the implications of OLE by RandoMBU · · Score: 2, Interesting

    As a consumer option, this technology has a long way to go. As it stands now, with their 1000 hour life, uneven color decay, and the potential for waste buildup... no company would ever try to market this as a viable consumer product. The point of this demonstration is proof of concept. To that end I think they have done an incredible job. This is a brand new technology with some admitted faults, but they have sucessfully demonstrated that it has the potential to be commercially viable in the future. No one claims that it is a finished technology right now, so evaluating it as such doesn't make much sense.

  36. Organic LEDs by LemonYellow · · Score: 1

    Since the organic in OLED means that it is made of carbon chain compounds, rather than it being brewed from fertiliser-free potatoes, why would that in itself make OLEDs more environmentally-friendy?

    Yes, there is going to be a lot less of an OLED display to dispose of than a CRT, plus it won't include a hunk of (barium? lead?) glass as a screen. To be able to say "OLEDs are organic (hence the O)" we'd need to ask whether the organic compounds are persistent in the environment.

    It's not that I give two hoots for the environment, you understand, but if you know that the organic compounds in OLEDs are biodegradable / environmentally inert then I'd be interested to hear about the chemistry of them.

  37. Whats so good about 260K colours? by Viol8 · · Score: 1

    Given that analogue TV sets/monitors can effectively do a virtually infinite range of colours how exactly is this an advancement? But then again , lots of things in the digital domain pretend to be great when they first come out but are actually a step backwards compared to the analogue alternative (eg 14 bit CD players vs Vinyl, MP3 vs CD, DAB vs FM) and people swallow it hook & line...

    1. Re:Whats so good about 260K colours? by Anonymous Coward · · Score: 0

      You are right. Ideally. Unfortunatly, real world effects kind of mess this up. You are almost correct about analog monitors having virtually infinte color range, but only the screen itself, which by the way is limited to imperfections in the individual pixils, as well as pixil size. But since most displays probably use some kind of digital control system to move the beam, so you're loosing the discrete color spectrum you mentioned. Also, the data had to come from somewhere, and unless it was analog from source to your receiver, there was an ADC/DAC pair in there at some point. Again, 'loosing' data. The main reason we had this digital media revolution is that we could eliminate a whole lot of noise and distortion we had with analog and do it much, much cheaper.

      If you want to be such a purist, look at your old VHS/Betamax videos side by side with your DVD collection. MPEG2 filters out a crapload of data every frame, but tape gradually degrades and gets fuzzy. A lot of people like fuzz in audio for some reason, but if you're into video fuzz, then whats the point of having this infinite range of colors?

      I agree MP3 does loose a good deal of data, but the data loss (when I encode) is less than the limit of my speakers and audio DACs. Vinyl has noise built in at pretty much every stage, and the nose margin for FM is massive. I get a crapload of noise even a few miles away from the station. With digital, the noise is less almost totally filterable, and glitches in broadcasting are rare, fast, and therefor totally ignorable. This to say nothing of DSP, you can do a crapload digitally that is beyond impossible with analog.

  38. Lifespan is pathetic! Contrast and colors fade by Anonymous Coward · · Score: 0

    Lifespan is pathetic! Contrast and colors fade rapidly.

    This is what I have heard.

    nothing is as good as a tube in 2004, but this is so short a lifespan it will generate class action lawsuits if you can get the salesmen to lie on videotape.

    I asked one dude and they said 20 years.

    hah!

    try 3 max in constant use, or less

  39. At 4 hours a day thats 14 years for a CRT by voss · · Score: 1

    At 8 hours a day of active use thats 7 years for a CRT. 7 years is beyond what most computers last versus 3 1/2 for LCD/ OLED which means you might have to replace the monitor while you still have the computer.

    My Phillips 19" crt does 1900x1440 and cost about $250 new two years ago...so unless you need desk space...I really dont see why LCD monitors are so hot.

    1. Re:At 4 hours a day thats 14 years for a CRT by Elledan · · Score: 2, Informative

      "I really dont see why LCD monitors are so hot."

      In general, LCD displays are a joke when compared to CRTs. However, aside from the space-saving features and the 'futuristic' look of 'flat displays', LCDs do have one saving (literally) feature: power-usage.

      The CRT you mentioned in your post uses probably around 150-200 Watt whenever it's on and displaying something. This, coupled with the generated heat (some 'broken' monitors are fixed by modding them to include a fan) are the reason why large CRTs can be called 'hot, power-hungry beasts'.

      OLEDs supposedly have all the benefits of CRTs (excellent IQ, plenty of colors), as well as those of TFTs (small in size), while using less power than TFTs.

      Only thing I haven't any solid data on is the likelihood of dead pixels with OLED displays, although it can be assumed that this will be far more rare than with TFTs, considering that the production process is far less complex.

      --
      Site & blog: http://www.mayaposch.com
    2. Re:At 4 hours a day thats 14 years for a CRT by Anonymous Coward · · Score: 0

      The CRT you mentioned in your post uses probably around 150-200 Watt whenever it's on and displaying something. This, coupled with the generated heat (some 'broken' monitors are fixed by modding them to include a fan) are the reason why large CRTs can be called 'hot, power-hungry beasts'.

      100-150W, maybe, for a 19" (different models vary, and I just looked at this recently).

      17" LCDs are around 25-30W (give or take a bit).

      To be generous, let's say the difference is 100W of power-usage between the CRT and the LCD. Guess what your cost savings per year in the US would be?

      $6/mo

      That's all... assuming you want a 3 year payback, that limits the cost-differential that you're willing to pay to $216. But since you're trying to save money by using LCDs, an equivalent LCD monitor needs to cost no more then $100 more then the CRT monitor.

      15" LCDs are there (or close enough). 17" LCD prices are close, but still need to drop a bit. 19"+ LCDs aren't worth it.

      (The "heat load" of a CRT on the cooling system might tilt the balance towards LCDs a bit more... but you also gain some of that back in the winter when you don't have to heat as much.)

    3. Re:At 4 hours a day thats 14 years for a CRT by displaced80 · · Score: 1

      $6/mo * number_of_CRTs_in_use = BIGNUM :)

      --
      What's the frequency, Kenneth?
    4. Re:At 4 hours a day thats 14 years for a CRT by renoX · · Score: 1

      > Only thing I haven't any solid data on is the
      > likelihood of dead pixels with OLED displays,
      > although it can be assumed that this will be far
      > more rare than with TFTs, considering that the
      > production process is far less complex.

      I'd think that 'dead pixels' are caused by having a broken transistor activating or not a pixel, I'd think that for OLED you need the same type of transistor activating or not a pixel, so why the 'dead pixel' problem be different?

      I'd think that it could be different if the electrical characteric of the transistor needed are different: if they are more difficult to generate then there will be more dead pixel, otherwise less..

      Now there are different versions of OLED also, so..

  40. Flat is overrated by Tikiman · · Score: 1

    Go with the tube, its more reliable, cheaper, and the picture is great. Plasma/LCD can't even display true 1080i anyway, which requires 1920 x 1080 resolution, which a lot of HD broadcasts are in - your shiny new Plasma TV has to downsample the image. If you're just looking to get in the HD game, a 30" tube is an incredible upgrade and its pretty affordable.

    1. Re:Flat is overrated by sammaffei · · Score: 1

      Weight and size are why people look at LCDs and Plasma.

      I hate having to call friends when I want to move my 32" Tube TV (because it weighs 120 pounds). Also, in small areas (like 1 bedroom apartments) Plasma / LCD are idea for size vs. space concerns.

      What works for you doesn't necessarily work for others...

      --

      Political correctness is the newest form of slavery.

  41. Degrading Question by shadowcabbit · · Score: 1

    OK, I'm not a chemist or anything like that, so I'm potentially stupid when it comes to stuff like this. However, I did get from the article and other discussions of OLED tech that one of the primary barriers to working with them (or rather one of the things which causes problems over time) is that they're unstable when in contact with oxygen. So my seemingly obvious question is, after you print the OLEDs onto the screen, why not put a layer of clear sealant or something over it? Would that not work, or is that what's already being done?

    --
    "Why Subscribe?" Good question...
    1. Re:Degrading Question by Anonymous Coward · · Score: 0

      Currently either a glass or metal lid is placed at the backside of the display. Even the glue at the rim is not good enough to keep all the oxygen and water out. They are working really hard to make a thin film, transparant backside. Finding a clear sealant that is really sealing the OLED from oxygen and water is a very tough job. If it were easy it would have been done by now and somebody would be making big bucks.

    2. Re:Degrading Question by shadowcabbit · · Score: 1

      Currently either a glass or metal lid is placed at the backside of the display. Even the glue at the rim is not good enough to keep all the oxygen and water out. They are working really hard to make a thin film, transparant backside. Finding a clear sealant that is really sealing the OLED from oxygen and water is a very tough job. If it were easy it would have been done by now and somebody would be making big bucks.

      Couldn't some clear epoxy or lacquer work just as well? It might stiffen the screen to a certain extent, but for a hangable TV-type application I'd much rather sacrifice flexibility for endurance.

      --
      "Why Subscribe?" Good question...
  42. Re:Tripe! by parksie · · Score: 0

    I thought most things on /. were tripe?

  43. Re:fp by Zilch · · Score: 0

    Ooohhhh! Is THAT how big it is?

    Zilch

  44. That photo is doctored... by sh00z · · Score: 1

    I seriously doubt that the colors are as intense as shown in the publicity photo. Look how "purple" the model's skin is!

  45. Do broadcasters want a long-lived product? by awfar · · Score: 1

    Good Point. A question: do broadcasters *want* a tv to last twenty years; look how hard they have to work to roll in a new broadcast technology model, and maybe manufacturers want a ongoing revenue stream from a short-lived product. Let alone the DRM implmentation and acceptance issues. So, OLEDs may not be that far off in life span?

  46. Not entirely true by Anonymous Coward · · Score: 0

    Seiko-Epson intended to show this screen, did a press release and then.... shipping problems, or so they claim. No display to be seen at the SID!

    It is by the way a tiled display, 4 20" displays put together to form a 40" one.

  47. Phillips is not Philips by Gerb · · Score: 0

    Could you please write the electronics firm "Philips" the right way? And not confuse it with the screwdriver type inventor called "Phillips" ?

    Thanks.

    --
    There's no place like 127.0.0.1
    1. Re:Phillips is not Philips by Anonym1ty · · Score: 1
      Could you please write the electronics firm "Philips" the right way? And not confuse it with the screwdriver type inventor called "Phillips" ?

      GET A LIFE.... Anyone who is reading this discussion about electronics IS NOT going to confuse it with a screwdriver!

  48. Lifetime of OLEDs? by tsa · · Score: 1

    Does anyone here have an idea about the lifetime of OLEDs? I wouldn't want to have to buy a new TV every year or so...

    --

    -- Cheers!

    1. Re:Lifetime of OLEDs? by solodex2151 · · Score: 1

      Current liftetime is not very long due to problems with particle control and the organic nature of the polymers themselves. Right now, the average lifetime is around a month, however, the industry is barreling ahead trying to fix this problem. When OLED displays are sold to consumers, expect the liftime to be at least a decade or so.

  49. Re:Wow, I now I understand the implications of OLE by hazee · · Score: 1

    If the decay time of each of the colour components is known, then wouldn't it be fairly straightforward to compensate for this? You could even embed a handful of sensors behind the screen the measure the output brightness for a given input signal, and compensate accordingly.

    And even 1000 hours life isn't a problem if the price is right. They could make monitors/tvs so that the bulk of the electronics lasts for many years, and you simply attach a new screen every month or so - you could pick it up with your groceries.

  50. Re:Wow, I now I understand the implications of OLE by hawkstone · · Score: 2, Informative

    > Also, don't forget that an LCD display last also about 10,000-15,000 hours, after which the backlight has to be replaced (usually about as, if not more expensive than buying a new display).

    That may be true for smaller (computer) displays, but not for HDTVs. RP LCD TVs themselves cost about $3000 for a 50" and the lightbulbs are well under $500.

  51. You want a large cheap F.P.D. for your home? by Colourspace · · Score: 1

    fine. OLED should come down cheap enough pretty quick. Just buy a (robust) controller box for the tuner/HDTV receiver/whatever and replace/upgrade/whatever the plug in screen (a standard connector would be nice)whenever required - at a much lower cost. Thats one way it could go anyway...

  52. Reinventing the wheel all in the name of profit by solodex2151 · · Score: 2, Informative

    The OLED industry should have been fully commercialized 4 years ago. However, for whatever reason, the industry didn't take a clue from the semiconductor folks and, as a result, has been reinventing the wheel the silcon industry invented 30 years ago. Time after time I hear the OLED manufacturers having problems with black spots on the screen (i.e. OLED device failure), resolution problems, and short display lifetime. I just shake my head because the silcon industry did the exact same thing 30 years ago. They have a purity problem, plain and simple. The silcon used in IC's today is 99.99% pure; any less and there are problems particle contaminates. In contrast, today's organic conducting polymers, including Light emitting homopolymers, copolymers, oligimers, and doped and undoped Fullerenes (buckyballs, and carbon nanotubes) have purities from 95% to 99.5% when ordered from companies like American Dye Source, which is one of the best. Until the OLED industry starts controlling their particles through better, more purified suspensions and moving production into class 10 clean rooms (which has been done, but only recently), they will continue to be plagued by these problems. Looks to Seiko Epson to lead the way for OLED displays. Many companies are using traditional silcon processes to manufacture their displays while integrating roll-to-roll processing. This process is traditionally accomplished through a series of shadow masks to lay the materials down in proper order (think really fine stencil). However, Sieko has adapted their current printing technology in order to use ink jetting coupled with roll to roll processing in what I think is a better production process overall. The OLED industry is going to revolutionize the world of displays. Because, the materials and processing are so cheap compared to silcon, companies are scrambling to develop the technology to produce displays for cellphones, PDA's, and other small devices in addition to tv's and computer displays. And, while they may be priced cheaper for the consumer, the companies will still make a tremendous profit from it.

  53. My current CRT TV will last that long by flyingace · · Score: 1

    My current CRT TV will last that long ... I have long wanted to buy a projection, then a plasma and now LCD. Right when I am convinced I can put down the money something new comes along.

    Oh well, now that oled is here, I'll forget lcd :)

  54. -1, off-topic by Anonymous Coward · · Score: 0

    Wish I had mod points at the moment, I'd be tempted to mod you up just for quoting Repo Man in your sig.

    "Find one in every car..."

  55. Re:Wow, I now I understand the implications of OLE by fraudrogic · · Score: 1

    Relax. They're organic, right? ;)

    no go....go and hug a tree...

    --
    I only mod up parents of "mod parent up" posts...
  56. Re:Wow, I now I understand the implications of OLE by Moraelin · · Score: 1

    Even at 10,000 hours for one colour component and 20,000 for the others, the time before you start seeing a different hue is still going to be mere months.

    After those 10,000 hours, the blue component will have lost half of its brightness, while the green and red are still going decently strong at 75% of their original brightness. I.e., you have a hefty 50% more yellow in that image than you should.

    In fact, copy the following into a file called "test.html", open it in your browser, an that's what your white will look by then:

    <html>
    <body bgcolor="#C0C080">
    asdfg
    </body>
    </html>

    Yes, _that_ horrible.

    But that's already _way_ past the point where you're starting to notice it. I'm betting that a tenth of that time is where it already starts looking wrong.

    I.e., we're back at the 1000 hour figure, aren't we?

    --
    A polar bear is a cartesian bear after a coordinate transform.
  57. Re:Wow, I now I understand the implications of OLE by Anonymous Coward · · Score: 0

    About the lifetime of the LCD backlights issue,
    now that bright LED's are here, why do we use fluorescent backlights anymore?
    Why not use ultra bright LEDS? They last way longer and might even use less power.
    mark

  58. I've said it before and I'll say it again... by Digitus1337 · · Score: 2, Funny

    Organic Light Emitting Displays are MADE OF PEOPLE!

  59. colors by Muttonhead · · Score: 1

    They boosted the colors so much that the girl in that photo is PURPLE!

  60. Oxygen? by phorm · · Score: 1

    If one of the things that contributes to the early death of OLEDs is oxygen, why not just build them in a closed-type system? Existing monitors are already built with a vaccuum, any reason an OLED diplay couldn't be stuck against a glass/clear-plastic screen inside an airtight enclosure?

  61. Re:Wow, I now I understand the implications of OLE by overunderunderdone · · Score: 1

    Great, now we're churning out even more consumer waste to put in landfills.

    How can this make you happy?


    Because I think about things rather than have violent knee-jerk reactions to words like "disposable"

    What does the "O" stand for? (A: "Organic") WHY does it lose quality over time? (A: It's decomposing) - I'm sure there remain plenty of environmental problems but even if they are insurmountable and the trash is persistent replacing a few or even very many paper thin sheets of OLED once every year or so isn't going to add much to any landfills - especially if this once a year replacement does a lot to cut down on the use of much more frequently disposed of paper signage. This stuff will be MUCH cheaper, MUCH brighter (bright enough for outdoor use), thinner, potentially higher resolution that uses far less power. It's not only a replacement for infrequently disposed of TV's and Monitors but also for very frequently disposed of paper (store signage, newspapers, magazines)

  62. Re:Wow, I now I understand the implications of OLE by gingerTabs · · Score: 1

    OK, so the OLED part is organic, but the casing will most probably be made of non-recyclable plastic, the board on which the OLED is mounted probably wont decompose and so on.

    It's not just about the OLED.

    Although to be fair if they're as efficient as the marketing bullshit claims then the energy savings may compensate for the landfills

  63. Re:Wow, I now I understand the implications of OLE by Anonymous Coward · · Score: 0

    "At the time I thought that while a TV may look nice at first, who wants to spend a grand on a TV that is gonna look bad in a couple of years."

    Why don't you ask anybody that bought a plasma more than 5 years ago?

  64. Oxymoron by Anonymous Coward · · Score: 0

    American culture.

    1. Re:Oxymoron by Anonymous Coward · · Score: 0

      American culture.

      Funny how the rest of the world is riding the nutsack of something that's an oxymoron, then. Which is worse, being an American and having "no culture," or not being American and emulating Americans even while deriding them?

  65. Philips Research overview article by garyebickford · · Score: 2, Informative

    I was just reading Philips' Research page on PolyLED technology. It's very informative for a layperson, though written before color OLED was shipping - I think in 2002. It has a nice graphic of some typical polymer molecules used: "poly(p-phenylenevinylene), and poly(fluorene". Apparently they're small molecules based on benzene-type rings (IANA organic-chemist). It also has a diagram of the device and descriptions of how it works, talking about electrons and holes and such.

    It also talks about using dyes to modify output color, and mentions that efficiency (as of the time of writing) is about 4%, which is not high. Improvements have no doubt occurred since then.

    --
    It's easier to be a result of the past, but more fun to be a cause of the future! http://www.spacefinancegroup.com/
  66. The headline is incomplete by Pan+T.+Hose · · Score: 1

    The story headline is incomplete:

    "40" OLED Television Revealed at SID"

    Obviously, it should be:

    "40" OLED Television Revealed at SID=109953"

    It must've been mistakenly truncated.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  67. What about preservatives? by Anonymous Coward · · Score: 0

    Every discussion of OLEDs mentions two things:

    - made of organic materials
    - sensitivity to oxygen

    Hmm, what else do we know of that has an oxidation problem, and is organic... Food! So I'm wondering if anyone's tried adding BHT or some other free-radical-absorbing preservative to the OLED "ink"...

    --
    m3lang3

  68. Re:Wow, I now I understand the implications of OLE by Elledan · · Score: 1

    I'm not entirely certain, but if I were to make an educated guess, I would say that this is because using LEDs for this purpose would make it prohibitively expensive, exactly the reason why OLEDs use 'plastic'-like structures, instead of silicon ones (which is what LEDs are made out of).

    In other words, a backlight using LED-technology might last a long time, but it might not be nearly as cost-effective as current backlights.

    --
    Site & blog: http://www.mayaposch.com
  69. OLED screens will not need a screensaver... by luxuryluke · · Score: 1

    If they only last that long, is it possible to buy a six pack or a case of screens at a discount? Maybe Costco wants in? Maybe they'll come in a box like "Swiffers" and sit on top of your DVD/DVR/etc. box and everytime you sit down to watch tv (there should be a new name for tv, consequently) you pull one out and attach it... (wash your hands first).

    --
    --- Das einzige, das wir zu fürchten haben, ist die Furcht selbst. ...so drink a bier and relax!
  70. Re:Wow, I now I understand the implications of OLE by DevNova · · Score: 1

    It seems like there are a lot of options that further development can explore. What about sealed displays? If OLEDs decompose in oxygen, would an airtight seal around them prolong their life? What about programming in color adjustments to the red and green elements? My apple monitor can calibrate itself and make adjustments over time to compensate for degradation, so why can't the OLEDs factor in their life spans and either decrease the red and green element output over time, or "bulk up" on the blue elements and have them start off in a more diminished state and increase their output over time.

  71. Re:Wow, I now I understand the implications of OLE by Moraelin · · Score: 1

    There are a ton of options they can still explore, no doubt. And I'm sure the technology will improve a lot, given enough time. Just like any other technology, in the end.

    All I'm saying is that I wouldn't buy an OLED display right now. In a year or two, if they get better, maybe. But not yet.

    --
    A polar bear is a cartesian bear after a coordinate transform.
  72. Re:Wow, I now I understand the implications of OLE by overunderunderdone · · Score: 1

    OK, still, read the rest of my post. Look at how much trash goes out to the the curb EVERY WEEK. Adding an OLED screen (or two or three) once a year (or even once a quarter) is statistically insignificant. Now imagine using OLED for store signage instead of dead trees - Now what is the environmental impact. How about hi-res/flexible longer-lasting monochrome OLED reader for a book/magazine/newspaper replacement that you can read on the john - NOW what is the environmental impact.

  73. "Informative"? by Anonymous Coward · · Score: 0

    You should have mentioned that the people-eaters are also "giant".