Skip to content

Commit 54d7ddc

Browse files
authored
Merge pull request #5223 from lesamouraipourpre/patch-1
Minor docs fix in FourWire.c
2 parents 8a89689 + 86d8d9f commit 54d7ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/FourWire.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ STATIC mp_obj_t displayio_fourwire_obj_reset(mp_obj_t self_in) {
111111
}
112112
MP_DEFINE_CONST_FUN_OBJ_1(displayio_fourwire_reset_obj, displayio_fourwire_obj_reset);
113113

114-
//| def send(self, command: int, data: FourWire, *, toggle_every_byte: bool = False) -> None:
114+
//| def send(self, command: int, data: ReadableBuffer, *, toggle_every_byte: bool = False) -> None:
115115
//| """Sends the given command value followed by the full set of data. Display state, such as
116116
//| vertical scroll, set via ``send`` may or may not be reset once the code is done."""
117117
//| ...

0 commit comments

Comments
 (0)