Skip to content

Commit f0d4d25

Browse files
authored
Merge pull request #38 from prcutler/root-group-fix
Update to use root_group for CP 9 compatibility
2 parents a5d3351 + 072f56d commit f0d4d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mlx90640_pygamer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def MakeHeatMapColor():
8787
group.append(max_label)
8888

8989
# Add the SuperGroup to the Display
90-
board.DISPLAY.show(group)
90+
board.DISPLAY.root_group = group
9191

9292
min_t = 20 # Initial minimum temperature range, before auto scale
9393
max_t = 37 # Initial maximum temperature range, before auto scale

0 commit comments

Comments
 (0)