Skip to content

Commit 3dc88e1

Browse files
authored
Fixed Markdown typos
1 parent 9557b69 commit 3dc88e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@ Set the cursor to write text in the selected pixels
321321
```cpp
322322
display.print(text)
323323
```
324-
It will print the string inside in the current cursor position
324+
It will print the string inside in the current cursor position
325325

326326
```cpp
327327
display.setTextColor(color)
328328
```
329-
Saves the selected color to print the text until the color is changed again
329+
Saves the selected color to print the text until the color is changed again
330330

331331
```cpp
332332
display.setTextSize(size)
@@ -336,9 +336,9 @@ Sets the size of the text that is gonna be printed
336336
```cpp
337337
display.setTextWrap(True/False)
338338
```
339-
Set the auto wrap of the text, if it is not the text will not jump to the next line.
339+
Set the auto wrap of the text, if it is not the text will not jump to the next line.
340340

341-
####Drawings:
341+
#### Drawings:
342342
Draw a Line from the start Vector to the End vector with the selected color, Use drawFastVLine() and drawFastHLine() introducing the same settings, to avoid the agular calc.
343343
```cpp
344344
display.drawLine(startX, startY, endX, endY, color)

0 commit comments

Comments
 (0)