| View previous topic :: View next topic |
| Author |
Message |
alonetrio

Joined: 15 May 2005 Posts: 34
|
Posted: Wed Jun 29, 2005 12:03 am Post subject: Sony LCD is a SNAIL ? |
|
|
hi,
is someone notice strange thing like this during codind experience ?
in the two following sample, you will find the SAME code.
the ONLY difference is the background color.
like you will see, with black background, the lcd seem to not have time
to correctly bring pixel to the right color.
in white background it seem to be near ok.
http://www.wab.com/test/white-EBOOT.rar
http://www.wab.com/test/black-EBOOT.rar
is anyone found a trick to avoid this ?
AloneTrio |
|
| Back to top |
|
 |
weak
Joined: 13 Jan 2005 Posts: 114 Location: Vienna, Austria
|
Posted: Wed Jun 29, 2005 12:06 am Post subject: |
|
|
that's caused by the lousy refresh times of the display.
chose colors wisely and avoid black is about the best thing you can do. |
|
| Back to top |
|
 |
ector
Joined: 12 May 2005 Posts: 195
|
Posted: Wed Jun 29, 2005 1:25 am Post subject: |
|
|
| This is a common problem with LCDs, shifting between dark colors is much slower than between bright colors. Some Dell TFTs (but not all) show this really painfully when scrolling gamedev.net :P |
|
| Back to top |
|
 |
ReKleSS

Joined: 18 Jun 2005 Posts: 73 Location: Melbourne, Australia
|
Posted: Wed Jun 29, 2005 7:45 am Post subject: |
|
|
Bah, dell tfts on gamedev? My thinkpad does it on slashdot... I guess the solution is to use colours that have a similar brightness.
-ReK |
|
| Back to top |
|
 |
|