def init_display(self): """ Creates subprocess of a of pygame emulator device """ logging.debug('Creating emulator instance') self.emulator = emulator.get_emulator()
def init_hw(self): self.emulator = emulator.get_emulator() return True