remove more references to a 9px font

This commit is contained in:
Jeff Epler 2024-05-07 16:20:37 -05:00 committed by GitHub
parent a872289225
commit c2040d23cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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