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 e0186e3 commit 64705caCopy full SHA for 64705ca
examples/st7735r_128x160_colored_labels.py
@@ -34,7 +34,7 @@
34
color_bitmap = displayio.Bitmap(160, 80, 1)
35
color_palette = displayio.Palette(1)
36
# write some text in each font color, rgb, cmyk
37
-color_palette[0] = 0x111111 # light grey
+color_palette[0] = 0x111111 # light grey
38
39
text_group_left = displayio.Group(max_size=10, scale=1, x=0, y=6)
40
text_area_red = label.Label(terminalio.FONT, text="RED", color=0xFF0000)
0 commit comments