Skip to content

Commit a3e7f1e

Browse files
committed
Fix typos in documentation
1 parent 96b58bb commit a3e7f1e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3232
== How-to generate bitmaps from the fonts ==
3333
[source,bash]
3434
----
35-
cd extra
35+
cd extras
3636
./generate_font.py 5x7.bdf Font_5x7.c Font_5x7
3737
----

docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ YourScreen.endDraw();
202202

203203
#### Description
204204

205-
Set clear the screen contents, uses the background colour set in background().
205+
Clear the screen contents, uses the background colour set in background().
206206

207207
#### Syntax
208208

@@ -561,7 +561,7 @@ YourScreen.endDraw();
561561

562562
#### Description
563563

564-
Sets the font uses for text. The library current has the Font_4x6 and Font_5x7 built in.
564+
Sets the font used for text. The library current has the Font_4x6 and Font_5x7 built in.
565565

566566
#### Syntax
567567

docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arduino Graphics Library
22

3-
This is a library that allows you to draw and write on screens with graphical primitives; it requires a specific hardware interfacce library to drive the screen you are using, therefore every screen type should have its own hardware specific library.
3+
This is a library that allows you to draw and write on screens with graphical primitives; it requires a specific hardware interface library to drive the screen you are using, therefore every screen type should have its own hardware specific library.
44

55
To use this library
66

extras/generate_font.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# This file is part of the MKRRGBMatrix library.
3+
# This file is part of the ArduinoGraphics library.
44
# Copyright (c) 2018 Arduino SA. All rights reserved.
55
#
66
# This library is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)