Skip to content

Commit c2040d2

Browse files
authored
remove more references to a 9px font
1 parent a872289 commit c2040d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ circup install font_free_mono_8
1717

1818
The font can be used like so:
1919
```python
20-
from font_free_mono_9 import FONT as MONO_9
20+
from font_free_mono_8 import FONT as MONO_8
2121
from adafruit_display_text.bitmap_label import Label
2222

2323
# ...
24-
label = Label(font=MONO_9, text="Hi Mom!")
24+
label = Label(font=MONO_8, text="Hi Mom!")
2525
```
2626

2727
If you don't use circup, then simply grab the appropriate bundle from

0 commit comments

Comments
 (0)