step.calibration.sensors.ir_confirm_screen¶
Classes¶
Confirm IR sensor calibration results. |
Module Contents¶
- class step.calibration.sensors.ir_confirm_screen.IRConfirmScreen(black_threshold: float, white_threshold: float, collected_values: list[float] | None = None)¶
Bases:
raccoon.ui.UIScreen[step.calibration.sensors.dataclasses.IRConfirmResult]Confirm IR sensor calibration results.
Shows black/white thresholds and collected values.
- title = 'IR Sensor Calibration'¶
- black_threshold¶
- white_threshold¶
- collected_values = []¶
- build() raccoon.ui.Widget¶
- async on_retry()¶
- async on_confirm()¶