Skip to content

Commit

Permalink
Merge pull request #38 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update to use root_group for CP 9 compatibility
  • Loading branch information
dhalbert committed Nov 3, 2023
2 parents a5d3351 + 072f56d commit f0d4d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mlx90640_pygamer.py
Expand Up @@ -87,7 +87,7 @@ def MakeHeatMapColor():
group.append(max_label)

# Add the SuperGroup to the Display
board.DISPLAY.show(group)
board.DISPLAY.root_group = group

min_t = 20 # Initial minimum temperature range, before auto scale
max_t = 37 # Initial maximum temperature range, before auto scale
Expand Down

0 comments on commit f0d4d25

Please sign in to comment.