kopia lustrzana https://github.com/pimoroni/pimoroni-pico
fix error in Display readme
rodzic
15569842e8
commit
fcfd679e56
|
@ -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.
|
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
|
```python
|
||||||
picodisplay.rectangle(x, y, w, h)
|
picodisplay.circle(x, y, r)
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
Ładowanie…
Reference in New Issue