Skip to content

Commit fc6bad3

Browse files
authored
Update DVI_Framebuffer.py
1 parent 99f722b commit fc6bad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Fruit_Jam/CircuitPython_DVI_Video/DVI_Framebuffer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
display.root_group = display_group
3535

3636
# Create labels
37+
# pylint: disable=line-too-long
3738
text = " 1 2 3 4 5 6 7 8 9 0 1 2"
3839
text_area = label.Label(terminalio.FONT, text=text, color=0xFFFFFF)
3940
text_area.x = 0
4041
text_area.y = 5
4142
display_group.append(text_area)
43+
# pylint: disable=line-too-long
4244
text = "123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
4345
text_area = label.Label(terminalio.FONT, text=text, color=0xFFFFFF)
4446
text_area.x = 0

0 commit comments

Comments
 (0)