Update Display.c

This commit is contained in:
Jeff Epler 2021-08-12 12:50:38 -05:00 committed by GitHub
parent e8df829714
commit a89f1c806f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_display_show_obj, displayio_display_obj_show
//| hopefully help getting caught up.
//|
//| If the time since the last successful refresh is below the minimum frame rate, then an
//| exception will be raised. Set ``minimum_frames_per_second`` to 0 to disable.
//| exception will be raised. The default ``minimum_frames_per_second`` of 0 disables this behavior.
//|
//| When auto refresh is off, ``display.refresh()`` or ``display.refresh(target_frames_per_second=None)``
//| will update the display immediately.