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 99f722b commit fc6bad3Copy full SHA for fc6bad3
Fruit_Jam/CircuitPython_DVI_Video/DVI_Framebuffer.py
@@ -34,11 +34,13 @@
34
display.root_group = display_group
35
36
# Create labels
37
+# pylint: disable=line-too-long
38
text = " 1 2 3 4 5 6 7 8 9 0 1 2"
39
text_area = label.Label(terminalio.FONT, text=text, color=0xFFFFFF)
40
text_area.x = 0
41
text_area.y = 5
42
display_group.append(text_area)
43
44
text = "123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
45
46
0 commit comments