summaryrefslogtreecommitdiff
path: root/shared-module/framebufferio/FramebufferDisplay.c
diff options
context:
space:
mode:
authorJensen Kuras <jensechu@gmail.com>2020-10-12 20:48:55 -0500
committerGitHub <noreply@github.com>2020-10-12 20:48:55 -0500
commitde9ea47e8eb04abc3e237559ed815ef2dc5fc88d (patch)
tree0dd3b0eecb19288a2f13877196122b608724f8ab /shared-module/framebufferio/FramebufferDisplay.c
parent337019626a8cd0632cd2a6f6bae4ae09ae26cf16 (diff)
parent9de96786ad578b4e96e8219e48c778a1a556f0cf (diff)
Merge branch 'main' into color-converter-transparency
Diffstat (limited to 'shared-module/framebufferio/FramebufferDisplay.c')
-rw-r--r--shared-module/framebufferio/FramebufferDisplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.c b/shared-module/framebufferio/FramebufferDisplay.c
index 5163c3a7b..6b506c7fa 100644
--- a/shared-module/framebufferio/FramebufferDisplay.c
+++ b/shared-module/framebufferio/FramebufferDisplay.c
@@ -96,8 +96,6 @@ void common_hal_framebufferio_framebufferdisplay_construct(framebufferio_framebu
common_hal_framebufferio_framebufferdisplay_set_rotation(self, rotation);
}
- supervisor_start_terminal(self->core.width, self->core.height);
-
// Set the group after initialization otherwise we may send pixels while we delay in
// initialization.
common_hal_framebufferio_framebufferdisplay_show(self, &circuitpython_splash);