diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-04-05 11:11:31 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-04-05 11:11:31 -0400 |
| commit | 4f201964a6b747b8d37080ba53fcf144ff9a54df (patch) | |
| tree | 5858bfa2e193fd0eb4ed91db6b36c9e1f80610fe /supervisor | |
| parent | e5e9d2ba473deadb7d1b076c043775befb70ae6b (diff) | |
| parent | b5bc8b3fc2b0b97d1d444f1139e3d89f1b63f7ac (diff) | |
Merge remote-tracking branch 'adafruit/master' into usb-disconnect
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/supervisor/shared/display.c b/supervisor/shared/display.c index acf8e69d4..0b3fbe178 100644 --- a/supervisor/shared/display.c +++ b/supervisor/shared/display.c @@ -34,7 +34,7 @@ #include "shared-bindings/displayio/TileGrid.h" #include "supervisor/memory.h" -extern uint32_t blinka_bitmap_data[]; +extern size_t blinka_bitmap_data[]; extern displayio_bitmap_t blinka_bitmap; extern displayio_group_t circuitpython_splash; @@ -107,7 +107,7 @@ void supervisor_display_move_memory(void) { #endif } -uint32_t blinka_bitmap_data[32] = { +size_t blinka_bitmap_data[32] = { 0x00000011, 0x11000000, 0x00000111, 0x53100000, 0x00000111, 0x56110000, |
