 | | Re: Faster NXT LCD Screen Refresh
|
|
(...) Okay, there's a little more to it than this. If you have a display that supports greyscales, it can control the level of the voltage jolt that's applied to each pixel during the actual refresh cycle. That way you get a smoother display with (...) (19 years ago, 22-Mar-07, to lugnet.robotics.nxt.nxthacking, FTX)
|
| |
 | | Re: Faster NXT LCD Screen Refresh
|
|
(...) So that is how you did it. I was wondering about this ever since I saw the announcement. Incidentally, this would have been great cross posted to .color as well. <</robotics/nxt/?n=539>> Doug (19 years ago, 22-Mar-07, to lugnet.robotics.nxt.nxthacking, FTX)
|
| |
 | | Re: Faster NXT LCD Screen Refresh
|
|
(...) This kind of works. In the first instance, you get two identical shades of grey. In the second instance (and I've tried this) you'd be surprised to see that the difference in shades between the two greys is actually very small. You really need (...) (19 years ago, 22-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: Faster NXT LCD Screen Refresh
|
|
(...) I already got one shade of grey out of it by flicking between two images at the current rate: (URL) I use all those spare cycles to mix and merge screen layers in real time, so this image has full parallax scrolling. I've been trying to do (...) (19 years ago, 22-Mar-07, to lugnet.robotics.nxt.nxthacking, FTX)
|
| |
 | | Re: Faster NXT LCD Screen Refresh
|
|
(...) <snip> (...) This is really interesting. If I understand correctly, to get colors, or at least shades of grey, you have to refresh the screen quickly and the "darker" the pixel, the more often it shows up in the pattern. For example, let's say (...) (19 years ago, 22-Mar-07, to lugnet.robotics.nxt.nxthacking)
|