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 5f8c103 commit a8efc29Copy full SHA for a8efc29
examples/macropad_grid_layout.py
@@ -14,7 +14,7 @@
14
macropad = MacroPad()
15
16
main_group = displayio.Group()
17
-macropad.display.show(main_group)
+macropad.display.root_group = main_group
18
title = label.Label(
19
y=4,
20
font=terminalio.FONT,
examples/macropad_rainbow_keys.py
@@ -16,7 +16,7 @@
21
22
0 commit comments