Merge pull request #2623 from makermelissa/master

Updated OnDiskBitmap RTD example for 5.x
This commit is contained in:
Melissa LeBlanc-Williams 2020-02-14 11:19:27 -08:00 committed by GitHub
commit e0b8529d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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):