Slashdot Mirror


LCD Pixel Response Time Halved

kagaku writes "Japanese newspaper the Nihon Kaizai Shimbun (evil registration required) said that Mitsubishi has mastered a technology to improve the response speed of pixels on LCDs by 100 per cent or more. It's done this by getting rid of the afterimages on screens which known as "ghosts", said the newspaper, and invented a proprietary system called Dual Domain Bend. It cites unnamed sources at Mitsubishi saying that this method produces a response speed of one millisecond when power is applied and five milliseconds when the lights go off and the power goes down. That, the paper said, compares to up to forty milliseconds to switch pixels on and off. While the technique, when it gets to the manufacturing stage, will have immediate benefits for PC monitors, it will also help narrow the gap between LCD TVs and plasma displays, which have a quicker response speed. Here's a non-registration required link."

2 of 163 comments (clear)

  1. Plasma Televisions are not ready for primetime. by John_Allen_Mohammed · · Score: 5, Interesting

    Sucks to be me. Bought a 42" plasma television 9 months ago and the brightness has dropped significantly in that time, probably a half of what it was when I bought it. Thats under heavy use, maybe 16-18 hours/day it's on. Anybody else here have the same experience ?

    --

    Skype Me! username: john_allen_mohammed
  2. Better numbers by Spy+Hunter · · Score: 5, Interesting

    If the pixels can respond to any signal within 5 ms, that means the highest framerate that can be displayed without ghosting is 200 fps (1 / 5ms = 200 Hz). Which is more than you should ever need, and a big improvement on current LCD displays (a good consumer display has a ~20ms response time; 1 / 20ms = 50 Hz, not even 60 fps, but good enough for TV's 30 fps.)

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}