Skip to content

Commit d3190af

Browse files
authored
Merge pull request #20 from prcutler/root-group-fix
Update root_group for CP 9 compatibility
2 parents 79f7c72 + 65c1873 commit d3190af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1322_gamma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343

4444
g.append(t)
4545

46-
display.show(g)
46+
display.root_group = g
4747

4848
time.sleep(10)

0 commit comments

Comments
 (0)