remove more references to a 9px font
This commit is contained in:
parent
a872289225
commit
c2040d23cc
1 changed files with 2 additions and 2 deletions
|
|
@ -17,11 +17,11 @@ circup install font_free_mono_8
|
||||||
|
|
||||||
The font can be used like so:
|
The font can be used like so:
|
||||||
```python
|
```python
|
||||||
from font_free_mono_9 import FONT as MONO_9
|
from font_free_mono_8 import FONT as MONO_8
|
||||||
from adafruit_display_text.bitmap_label import Label
|
from adafruit_display_text.bitmap_label import Label
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
label = Label(font=MONO_9, text="Hi Mom!")
|
label = Label(font=MONO_8, text="Hi Mom!")
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't use circup, then simply grab the appropriate bundle from
|
If you don't use circup, then simply grab the appropriate bundle from
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue