File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ SD card, and needs to be included in all sketches.
21
21
22
22
See also:
23
23
* [ Adafruit GFX Graphics Library] ( https://learn.adafruit.com/adafruit-gfx-graphics-library )
24
+
24
25
Processing subset:
25
26
* [ PImage] ( https://processing.org/reference/PImage.html )
26
27
* [ loadImage()] ( https://processing.org/reference/loadImage_.html )
@@ -32,7 +33,7 @@ Processing subset:
32
33
* [ noStroke()] ( http://processing.org/reference/noStroke_.html )
33
34
* [ text()] ( https://processing.org/reference/text_.html )
34
35
* [ 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.
36
37
* [ point()] ( https://processing.org/reference/point_.html )
37
38
* [ line()] ( https://processing.org/reference/line_.html )
38
39
* [ quad()] ( https://processing.org/reference/quad_.html )
You can’t perform that action at this time.
0 commit comments