diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-04-30 15:24:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 15:24:03 -0700 |
| commit | b3b6a64ed7fb10ffb61bc1b71ba4083bca3ada30 (patch) | |
| tree | 706a8a6007251af6eb996a710423c8cf4de1480c /shared-module/displayio/Display.c | |
| parent | 10c5bf666e09226817a70651b1bf8c4e55c6e36e (diff) | |
| parent | a863b0a3490c55b0e7e1321d9ac9cf249a6addd5 (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/Display.c')
| -rw-r--r-- | shared-module/displayio/Display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-module/displayio/Display.c b/shared-module/displayio/Display.c index aaddbb471..da5713f8c 100644 --- a/shared-module/displayio/Display.c +++ b/shared-module/displayio/Display.c @@ -41,8 +41,6 @@ #include <stdint.h> #include <string.h> -#include "tick.h" - void common_hal_displayio_display_construct(displayio_display_obj_t* self, mp_obj_t bus, uint16_t width, uint16_t height, int16_t colstart, int16_t rowstart, uint16_t rotation, uint16_t color_depth, bool grayscale, bool pixels_in_byte_share_row, |
