summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2019-07-19 14:39:06 -0400
committerGitHub <noreply@github.com>2019-07-19 14:39:06 -0400
commitdbab5380b22289d44429f8a8ad3daabe7ec1fa45 (patch)
treeef4c7fb470ab2e59824744dabe02e3ad23883558 /supervisor
parentd12e1a8d74ebb8d5d32ab0de47d3097e80c5d4fd (diff)
parentd9089f52ce92519448c88ef50655b31e123b23bd (diff)
Merge pull request #1999 from tannewt/turtleboosters4.1.0-rc.14.1.0
Track a dirty area for in-memory bitmaps
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/display.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/supervisor/shared/display.h b/supervisor/shared/display.h
index d5faa7777..2a2ccf46d 100644
--- a/supervisor/shared/display.h
+++ b/supervisor/shared/display.h
@@ -35,11 +35,10 @@
// These are autogenerated resources.
// This is fixed so it doesn't need to be in RAM.
-extern const displayio_bitmap_t supervisor_terminal_font_bitmap;
-
extern const fontio_builtinfont_t supervisor_terminal_font;
// These will change so they must live in RAM.
+extern displayio_bitmap_t supervisor_terminal_font_bitmap;
extern displayio_tilegrid_t supervisor_terminal_text_grid;
extern terminalio_terminal_obj_t supervisor_terminal;