We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c1fef commit 51f7202Copy full SHA for 51f7202
README.md
@@ -60,7 +60,6 @@ SSD1306 Font Usage
60
# text_width returns the width of the string in pixels, useful for centering:
61
text_width = led.text_width('Hello World',font)
62
x = (128-text_width)/2
63
- # draw_text3 returns the width too.
64
led.draw_text3(x,0,'Hello World',font)
65
```
66
0 commit comments