Skip to content

Commit 75f76df

Browse files
authored
Merge pull request #1658 from lesamouraipourpre/i-voted-pin
I Voted Pin: Update for CP7
2 parents d6361c1 + c6dc5ad commit 75f76df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

I_Voted_Pin/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
i2c = board.I2C()
3333
display_bus = displayio.I2CDisplay(i2c, device_address=0x3C)
3434
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=128, height=32)
35-
group = displayio.Group(max_size=1)
35+
group = displayio.Group()
3636
display.show(group)
3737

3838
# Add content to group
@@ -59,4 +59,3 @@
5959
text_area.x = 18
6060

6161
display.show(group)
62-

0 commit comments

Comments
 (0)