From f1b1361d64f79108b7e1fe4f189ff32e76ad0f09 Mon Sep 17 00:00:00 2001 From: James Carr Date: Thu, 22 Jul 2021 13:48:06 +0100 Subject: [PATCH] Remove usage of max_glyphs with Label --- adafruit_simple_text_display.py | 1 - 1 file changed, 1 deletion(-) diff --git a/adafruit_simple_text_display.py b/adafruit_simple_text_display.py index 202b2a5..a2c38ec 100644 --- a/adafruit_simple_text_display.py +++ b/adafruit_simple_text_display.py @@ -166,7 +166,6 @@ def __init__( # pylint: disable=too-many-arguments title = label.Label( self._font, text=title, - max_glyphs=title_length, color=title_color, scale=title_scale, )