mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02:00
The third and fourth parameters in display.rect() and display.fill_rect() are not x,y coordinates, but are instead width,height values. Update the comment after the example to show the correct x,y coordinates of the bottom right corner of each rectangle, respectively.