From c2040d23ccbc7c0fdf367c72d39c60b3907cd760 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 7 May 2024 16:20:37 -0500 Subject: [PATCH] remove more references to a 9px font --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64638c5..b51f6bf 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ circup install font_free_mono_8 The font can be used like so: ```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 # ... -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