diff options
| author | Melissa LeBlanc-Williams <melissa@melissagirl.com> | 2019-03-27 20:17:22 -0700 |
|---|---|---|
| committer | Melissa LeBlanc-Williams <melissa@melissagirl.com> | 2019-03-27 20:17:22 -0700 |
| commit | 2e0268cb090df55697a0565e53024631a7270b03 (patch) | |
| tree | f05dbe07dfa0588b0508eb7ac007573204d200a7 /shared-bindings | |
| parent | f4cede4747b20a78622dd811b4ab673cfe4e867a (diff) | |
| parent | f3ec0514cdfc818c57274cd80025f582ad562f22 (diff) | |
Simplified cs toggling into fourwire only
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/displayio/FourWire.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-bindings/displayio/FourWire.h b/shared-bindings/displayio/FourWire.h index a7fda2638..b8b00372c 100644 --- a/shared-bindings/displayio/FourWire.h +++ b/shared-bindings/displayio/FourWire.h @@ -47,6 +47,4 @@ void common_hal_displayio_fourwire_send(mp_obj_t self, bool command, uint8_t *da void common_hal_displayio_fourwire_end_transaction(mp_obj_t self); -void common_hal_displayio_fourwire_set_cs(mp_obj_t self, bool high); - #endif // MICROPY_INCLUDED_SHARED_BINDINGS_DISPLAYBUSIO_FOURWIRE_H |
