Skip to content

Commit 24fcc3f

Browse files
amit-sidestannewt
andauthored
Added type hints
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 98f026f commit 24fcc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/EPaperDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ STATIC mp_obj_t displayio_epaperdisplay_obj_show(mp_obj_t self_in, mp_obj_t grou
217217
}
218218
MP_DEFINE_CONST_FUN_OBJ_2(displayio_epaperdisplay_show_obj, displayio_epaperdisplay_obj_show);
219219

220-
//| def update_refresh_mode(self, start_sequence, seconds_per_frame) -> None:
220+
//| def update_refresh_mode(self, start_sequence: ReadableBuffer, seconds_per_frame: float = 180) -> None:
221221
//| """Sets the ``start_sequence`` and ``seconds_per_frame`` parameters to enable
222222
//| quicker refresh modes of the display."""
223223
//|

0 commit comments

Comments
 (0)