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 a5d3351 commit 072f56dCopy full SHA for 072f56d
examples/mlx90640_pygamer.py
@@ -87,7 +87,7 @@ def MakeHeatMapColor():
87
group.append(max_label)
88
89
# Add the SuperGroup to the Display
90
-board.DISPLAY.show(group)
+board.DISPLAY.root_group = group
91
92
min_t = 20 # Initial minimum temperature range, before auto scale
93
max_t = 37 # Initial maximum temperature range, before auto scale
0 commit comments