ropod7 / pyboard_drive

22 stars 11 forks source link

drawRect() - incomplete filling #12

Closed mchobby closed 8 years ago

mchobby commented 8 years ago

Reducing the border size in 03b_rgbTo565.py sample highlight a filling issue. Changing the line

l.drawRect( 0, yStart, 240, yHeight, aColor, border=3, fillcolor=aColor )

to

l.drawRect( 0, yStart, 240, yHeight, aColor, border=1, fillcolor=aColor )

Produce the following result (not filled enough?) whereas everything looks perfect with a ticker border (3 pixels).

img_7387

ropod7 commented 8 years ago

I will check.

mchobby commented 8 years ago

I did downloaded the latest version of LCD. And issue is still present.

ropod7 commented 8 years ago

Should be fixed.

mchobby commented 8 years ago

Work great :-)