def display(self): display_bg_and_text(image="images/credits.bmp")
def display(self): display_bg_and_text(image="images/initial.bmp", text="press start to begin")
def display(self): social_state = self.states[self.current_index % len(self.states)] display_bg_and_text(image=social_state.image) self.led_color = social_state.color
def display(self): display_bg_and_text(image="images/easter_egg/easter_egg.bmp") time.sleep(4.0) # Wait 4 seconds, then return to main state_manager. state_manager.previous_state()
def display(self): display_bg_and_text(image="images/work.bmp")