Closed mchobby closed 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).
I will check.
I did downloaded the latest version of LCD. And issue is still present.
Should be fixed.
Work great :-)
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).