diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-08-02 16:17:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 14:08:33 -0700 |
| commit | 70680d5b22aa6cb797ccf26645d553a4c72b5100 (patch) | |
| tree | ed260e9aad8cc4825f3b20e2dd9dc2e38eb342c2 /shared-module/displayio/Display.h | |
| parent | 8fa87374650d6b67af4df82442120f7f2bf24238 (diff) | |
EPaper displays work mostly.
Diffstat (limited to 'shared-module/displayio/Display.h')
| -rw-r--r-- | shared-module/displayio/Display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/displayio/Display.h b/shared-module/displayio/Display.h index 74ae175b1..c85d69b0e 100644 --- a/shared-module/displayio/Display.h +++ b/shared-module/displayio/Display.h @@ -34,7 +34,7 @@ #include "shared-module/displayio/area.h" typedef bool (*display_bus_begin_transaction)(mp_obj_t bus); -typedef void (*display_bus_send)(mp_obj_t bus, bool command, uint8_t *data, uint32_t data_length); +typedef void (*display_bus_send)(mp_obj_t bus, bool command, bool toggle_every_byte, uint8_t *data, uint32_t data_length); typedef void (*display_bus_end_transaction)(mp_obj_t bus); typedef struct { |
