summaryrefslogtreecommitdiff
path: root/shared-module/displayio/EPaperDisplay.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-04-30 15:24:03 -0700
committerGitHub <noreply@github.com>2020-04-30 15:24:03 -0700
commitb3b6a64ed7fb10ffb61bc1b71ba4083bca3ada30 (patch)
tree706a8a6007251af6eb996a710423c8cf4de1480c /shared-module/displayio/EPaperDisplay.c
parent10c5bf666e09226817a70651b1bf8c4e55c6e36e (diff)
parenta863b0a3490c55b0e7e1321d9ac9cf249a6addd5 (diff)
Merge pull request #2685 from tannewt/lower_power
Lower power by using the Wait for Interrupt (WFI) instruction
Diffstat (limited to 'shared-module/displayio/EPaperDisplay.c')
-rw-r--r--shared-module/displayio/EPaperDisplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-module/displayio/EPaperDisplay.c b/shared-module/displayio/EPaperDisplay.c
index 5b4a8f916..6a55687b9 100644
--- a/shared-module/displayio/EPaperDisplay.c
+++ b/shared-module/displayio/EPaperDisplay.c
@@ -42,8 +42,6 @@
#include <stdint.h>
#include <string.h>
-#include "tick.h"
-
void common_hal_displayio_epaperdisplay_construct(displayio_epaperdisplay_obj_t* self,
mp_obj_t bus, uint8_t* start_sequence, uint16_t start_sequence_len, uint8_t* stop_sequence, uint16_t stop_sequence_len,
uint16_t width, uint16_t height, uint16_t ram_width, uint16_t ram_height,