diff --git a/examples/mlx90640_pygamer.py b/examples/mlx90640_pygamer.py index 11763b9..8ae8489 100644 --- a/examples/mlx90640_pygamer.py +++ b/examples/mlx90640_pygamer.py @@ -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