Skip to content

Commit f8c0ae9

Browse files
committed
Fixed formatting
1 parent ad7adeb commit f8c0ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ SD card, and needs to be included in all sketches.
2121

2222
See also:
2323
* [Adafruit GFX Graphics Library](https://learn.adafruit.com/adafruit-gfx-graphics-library)
24+
2425
Processing subset:
2526
* [PImage](https://processing.org/reference/PImage.html)
2627
* [loadImage()](https://processing.org/reference/loadImage_.html)
@@ -32,7 +33,7 @@ Processing subset:
3233
* [noStroke()](http://processing.org/reference/noStroke_.html)
3334
* [text()](https://processing.org/reference/text_.html)
3435
* [textSize()](https://processing.org/reference/textSize_.html)
35-
* circle()
36+
* circle() similar to [ellipse()](https://processing.org/reference/ellipse_.html) in Processing, but with a single radius.
3637
* [point()](https://processing.org/reference/point_.html)
3738
* [line()](https://processing.org/reference/line_.html)
3839
* [quad()](https://processing.org/reference/quad_.html)

0 commit comments

Comments
 (0)