From 282ac2198d7dbe67f25cf015b3740ae4b71d7d08 Mon Sep 17 00:00:00 2001 From: Jerry Needell Date: Sun, 29 Sep 2019 12:28:23 -0400 Subject: [PATCH] remove call to wait_for_frame --- adafruit_pyportal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/adafruit_pyportal.py b/adafruit_pyportal.py index 4985a34..92da131 100644 --- a/adafruit_pyportal.py +++ b/adafruit_pyportal.py @@ -550,7 +550,6 @@ def play_file(self, file_name, wait_to_finish=True): :param str file_name: The name of the wav file to play on the speaker. """ - board.DISPLAY.wait_for_frame() wavfile = open(file_name, "rb") wavedata = audioio.WaveFile(wavfile) self._speaker_enable.value = True