We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6361c1 + c6dc5ad commit 75f76dfCopy full SHA for 75f76df
1 file changed
I_Voted_Pin/code.py
@@ -32,7 +32,7 @@
32
i2c = board.I2C()
33
display_bus = displayio.I2CDisplay(i2c, device_address=0x3C)
34
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=128, height=32)
35
-group = displayio.Group(max_size=1)
+group = displayio.Group()
36
display.show(group)
37
38
# Add content to group
@@ -59,4 +59,3 @@
59
text_area.x = 18
60
61
62
-
0 commit comments