Update Display.c
This commit is contained in:
parent
e8df829714
commit
a89f1c806f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user