Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/mlx90640_pygamer.py
Original file line number Diff line number Diff line change
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