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