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 0fe25b5 commit 4d65e55Copy full SHA for 4d65e55
adafruit_display_text/label.py
@@ -72,7 +72,7 @@ def __init__(self, font, *, x=0, y=0, text=None, max_glyphs=None, color=0xffffff
72
73
self.palette = displayio.Palette(2)
74
if background_color or background_color == 0x000000:
75
- self.palette[0] = new_color
+ self.palette[0] = background_color
76
self.palette.make_opaque(0)
77
self._transparent_background = False
78
else:
0 commit comments