smaffer / vgax

VGA library for Arduino UNO
430 stars 81 forks source link

draw_rect function in VGAXUtils.h draws rectangles which are 1 pixel too wide and high #22

Open miracoli opened 3 years ago

miracoli commented 3 years ago

Hi,

if you draw a rectangle with width 1 and height 1, you get a rectangle with width 2 and height 2 and so on.

Many greetings