diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-29 15:40:20 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-01-31 11:42:14 -0800 |
| commit | 4672866eecebffed383b7882db13c71d3495d846 (patch) | |
| tree | 81514d592f69831fd3f861b0598cc59e0cb474ad /supervisor/shared/display.c | |
| parent | 601a910f4eb83cf1ae7516a25c011b469ac76b8b (diff) | |
Remove Sprite references
Diffstat (limited to 'supervisor/shared/display.c')
| -rw-r--r-- | supervisor/shared/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/display.c b/supervisor/shared/display.c index bef9247c0..4da44eb3b 100644 --- a/supervisor/shared/display.c +++ b/supervisor/shared/display.c @@ -31,7 +31,7 @@ #include "py/mpstate.h" #include "shared-bindings/displayio/Group.h" #include "shared-bindings/displayio/Palette.h" -#include "shared-bindings/displayio/Sprite.h" +#include "shared-bindings/displayio/TileGrid.h" #include "supervisor/memory.h" extern uint32_t blinka_bitmap_data[]; |
