0 Members and 1 Guest are viewing this topic.
wait, Xeda is a girl?
if frame=even { if row=even{ turn even pixels on; } if row=odd{ turn odd pixels on; }}
Ask quigibo ^^
What is the use of checkerboard fill? I'm just curious.
Quote from: aeTIos on November 04, 2011, 07:42:27 amAsk quigibo ^^Not me? :'( j/kI did that grayscale dithering thing too in Reuben series, though. It's better than just flashing every pixel at once, else it flickered too much. And yeah that's the checkered pattern I mean.Quote from: TBO_Yeong on November 09, 2011, 07:51:24 amWhat is the use of checkerboard fill? I'm just curious.It creates an optical illusion that makes the grayscale look less flickery than if you flash every pixel at once the same color. By the way here are examples of what Reuben looks like (checkerboard) and how it would look like if it wasn't checkered. Less annoying with checkerboard, eh?