fix error in Display readme

This commit is contained in:
helgibbons 2021-02-15 09:24:08 +00:00
parent 15569842e8
commit fcfd679e56
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ picodisplay.rectangle(x, y, w, h)
Draws a circle filled with the current pen colour to the buffer. The `x` and `y` parameters specify the centre of the circle, `r` specifies the radius in pixels.
```python
picodisplay.rectangle(x, y, w, h)
picodisplay.circle(x, y, r)
```
![Circle function explanation image](/micropython/modules/pico_display/images/circle.png)