diff --git a/CLUE_Metal_Detector/clue-metal-detector.py b/CLUE_Metal_Detector/clue-metal-detector.py index 511cb95dc..8d2dc791f 100644 --- a/CLUE_Metal_Detector/clue-metal-detector.py +++ b/CLUE_Metal_Detector/clue-metal-detector.py @@ -448,8 +448,7 @@ def sample_sum(pin, num): voltage_units_dob.y = voltage_value_dob.y voltage_units_dob.x = len(voltage_value_dob.text) * FONT_WIDTH * FONT_SCALE -# 9 elements, 4 added immediately, 4 later, 1 spare for on-screen text -screen_group = Group(max_size=4 + 4 + 1) +screen_group = Group() if magnetometer is not None: screen_group.append(magnet_value_dob) screen_group.append(magnet_units_dob)