diff options
| author | Melissa LeBlanc-Williams <melissa@melissagirl.com> | 2019-03-27 20:11:32 -0700 |
|---|---|---|
| committer | Melissa LeBlanc-Williams <melissa@melissagirl.com> | 2019-03-27 20:11:32 -0700 |
| commit | f3ec0514cdfc818c57274cd80025f582ad562f22 (patch) | |
| tree | 1149dd74407200c0d1ba95cd2e09ca18675be92b /shared-bindings | |
| parent | 2f7b338a4b87bc04166b021c48eca1fd5732e16a (diff) | |
Simplified 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 |
