libstp.step.calibration.sensors.ir_calibrating_screen¶
Classes¶
Screen shown during IR sensor calibration. |
Module Contents¶
- class libstp.step.calibration.sensors.ir_calibrating_screen.IRCalibratingScreen(ports: List[int] = None)¶
Bases:
libstp.ui.UIScreen[None]Screen shown during IR sensor calibration.
Shows progress spinner and sensor readings.
- title = 'IR Sensor Calibration'¶
- ports = []¶
- build() libstp.ui.Widget¶
Build the screen layout.
Called on every render. Return a Widget tree describing what to display.