Skip to content

Commit 64705ca

Browse files
committed
Ran pre-commit
1 parent e0186e3 commit 64705ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/st7735r_128x160_colored_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
color_bitmap = displayio.Bitmap(160, 80, 1)
3535
color_palette = displayio.Palette(1)
3636
# write some text in each font color, rgb, cmyk
37-
color_palette[0] = 0x111111 # light grey
37+
color_palette[0] = 0x111111 # light grey
3838

3939
text_group_left = displayio.Group(max_size=10, scale=1, x=0, y=6)
4040
text_area_red = label.Label(terminalio.FONT, text="RED", color=0xFF0000)

0 commit comments

Comments
 (0)