diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-08-12 07:39:12 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-08-12 07:39:12 -0500 |
| commit | 759ded9c38390c6d4328bd34aa211499b7e9f4f6 (patch) | |
| tree | 99e774daf8536341a977b3086782e43917433679 /supervisor | |
| parent | 65f91f69ccdb3489f5ba649c939b8e3e96cc74e4 (diff) | |
Fix build errors when SHARPDISPLAY && !RGBMATRIX
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor/shared/display.c b/supervisor/shared/display.c index a86ef6396..08dd71404 100644 --- a/supervisor/shared/display.c +++ b/supervisor/shared/display.c @@ -39,6 +39,7 @@ #endif #if CIRCUITPY_SHARPDISPLAY +#include "shared-module/displayio/__init__.h" #include "shared-bindings/sharpdisplay/SharpMemoryFramebuffer.h" #include "shared-module/sharpdisplay/SharpMemoryFramebuffer.h" #endif |
