def __init__( self, display ): MenuPage.__init__(self,display)
def __init__( self, display, sensors ): MenuPage.__init__(self,display) self._sensors = sensors