We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5d3351 + 072f56d commit f0d4d25Copy full SHA for f0d4d25
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