summaryrefslogtreecommitdiff
path: root/supervisor/shared/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/shared/display.c')
-rw-r--r--supervisor/shared/display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/supervisor/shared/display.c b/supervisor/shared/display.c
index c3afb3e00..414f85034 100644
--- a/supervisor/shared/display.c
+++ b/supervisor/shared/display.c
@@ -71,6 +71,8 @@ void supervisor_start_terminal(uint16_t width_px, uint16_t height_px) {
if (tiles == NULL) {
return;
}
+ grid->y = 0;
+ grid->top_left_y = 0;
if (remaining_pixels > 0) {
grid->y -= (grid->tile_height - remaining_pixels);
}