summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorMelissa LeBlanc-Williams <melissa@melissagirl.com>2019-03-27 20:11:32 -0700
committerMelissa LeBlanc-Williams <melissa@melissagirl.com>2019-03-27 20:11:32 -0700
commitf3ec0514cdfc818c57274cd80025f582ad562f22 (patch)
tree1149dd74407200c0d1ba95cd2e09ca18675be92b /shared-bindings
parent2f7b338a4b87bc04166b021c48eca1fd5732e16a (diff)
Simplified into fourwire only
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/displayio/FourWire.h2
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