Updated OnDiskBitmap RTD example for 5.x

This commit is contained in:
Melissa LeBlanc-Williams 2020-02-14 10:23:23 -08:00
parent cabc30e9a5
commit 33774e790c

View File

@ -62,7 +62,7 @@
//| face = displayio.TileGrid(odb, pixel_shader=displayio.ColorConverter())
//| splash.append(face)
//| # Wait for the image to load.
//| board.DISPLAY.wait_for_frame()
//| board.DISPLAY.refresh(target_frames_per_second=60)
//|
//| # Fade up the backlight
//| for i in range(100):