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 adddcf2 commit b3acf4fCopy full SHA for b3acf4f
adafruit_display_text/__init__.py
@@ -234,6 +234,9 @@ def __init__(
234
self._tab_replacement = tab_replacement
235
self._tab_text = self._tab_replacement[1] * self._tab_replacement[0]
236
237
+ if "max_glyphs" in kwargs:
238
+ print("Please update your code: 'max_glyphs' is not needed anymore.")
239
+
240
self._ascent, self._descent = self._get_ascent_descent()
241
self._bounding_box = None
242
0 commit comments