From 7b013abe04796038e00b348b16e3d645801b2567 Mon Sep 17 00:00:00 2001 From: Neradoc Date: Wed, 10 Dec 2025 21:12:12 +0100 Subject: [PATCH] fix OutlinedLabel name --- adafruit_display_text/outlined_label.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_display_text/outlined_label.py b/adafruit_display_text/outlined_label.py index 511f972..9d47600 100644 --- a/adafruit_display_text/outlined_label.py +++ b/adafruit_display_text/outlined_label.py @@ -9,4 +9,4 @@ "outlined_label.OutlinedLabel is deprecated, adafruit_display_text.bitmap_label.Label" " now supports outline functionality with the same API, it should be used instead." ) -OutlineLabel = BitmapLabel +OutlinedLabel = BitmapLabel