Re: A86: (Comments about TI - new platforms.. etc.. and stuff)


[Prev][Next][Index][Thread]

Re: A86: (Comments about TI - new platforms.. etc.. and stuff)




> another request for the lcd is square pixels, because these rectangular ones
> look really weird when you draw squares, plus (hey, this ties into the
> mathematical aspect, too!) graphs aren't to scale.  y1=x doesn't draw a 45
> degree line from lower left to upper right, it draws a really distorted
line.
> zsquare should not be neccessary to make up for this. just make normal,
square
> pixels.

It's not the size of the pixels that bends y1=x.  It's the number of pixels.
The same range is streched through twice the pixels on the x axis on
ZSTD.  To solve this problem, I just use ZDECM and double all the ranges.