We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7763e4 commit 7b013abCopy full SHA for 7b013ab
adafruit_display_text/outlined_label.py
@@ -9,4 +9,4 @@
9
"outlined_label.OutlinedLabel is deprecated, adafruit_display_text.bitmap_label.Label"
10
" now supports outline functionality with the same API, it should be used instead."
11
)
12
-OutlineLabel = BitmapLabel
+OutlinedLabel = BitmapLabel
0 commit comments