step.calibration.sensors.ir_calibrating_screen

Classes

IRCalibratingScreen

Screen shown during IR sensor calibration.

Module Contents

class step.calibration.sensors.ir_calibrating_screen.IRCalibratingScreen(ports: list[int] | None = None)

Bases: raccoon.ui.UIScreen[None]

Screen shown during IR sensor calibration.

Shows progress spinner and sensor readings.

title = 'IR Sensor Calibration'
ports = []
build() raccoon.ui.Widget

Build the screen layout.

Called on every render. Return a Widget tree describing what to display.