fix error in Display readme

pull/60/head
helgibbons 2021-02-15 09:24:08 +00:00
rodzic 15569842e8
commit fcfd679e56
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)