Skip to content

Commit

Permalink
Fix readme text.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyc committed Nov 4, 2013
1 parent 90c1fef commit 51f7202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ SSD1306 Font Usage
# text_width returns the width of the string in pixels, useful for centering:
text_width = led.text_width('Hello World',font)
x = (128-text_width)/2
# draw_text3 returns the width too.
led.draw_text3(x,0,'Hello World',font)
```

Expand Down

0 comments on commit 51f7202

Please sign in to comment.