We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4913d5 + 0ff08f6 commit d01a230Copy full SHA for d01a230
1 file changed
adafruit_slideshow.py
@@ -320,7 +320,6 @@ def advance(self):
320
sprite = self._sprite_class(odb,
321
pixel_shader=displayio.ColorConverter(), position=(0, 0))
322
self._group.append(sprite)
323
- self._display.wait_for_frame()
324
325
self._fade_up()
326
self._img_start = time.monotonic()
0 commit comments