Skip to content

Commit 51f7202

Browse files
committed
Fix readme text.
1 parent 90c1fef commit 51f7202

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ SSD1306 Font Usage
6060
# text_width returns the width of the string in pixels, useful for centering:
6161
text_width = led.text_width('Hello World',font)
6262
x = (128-text_width)/2
63-
# draw_text3 returns the width too.
6463
led.draw_text3(x,0,'Hello World',font)
6564
```
6665

0 commit comments

Comments
 (0)