summaryrefslogtreecommitdiff
path: root/shared-module/framebufferio/FramebufferDisplay.c
diff options
context:
space:
mode:
authorJensen <jensechu@gmail.com>2020-10-14 21:52:49 -0500
committerJensen <jensechu@gmail.com>2020-10-14 21:52:49 -0500
commit3c5a08628a0e893350abe71c3135a9b00228f671 (patch)
tree37ad9bfdd1fd7bc62cfcdcf8c16c113d8b1d61ba /shared-module/framebufferio/FramebufferDisplay.c
parent2517e4b486563724771074da88bc7fd6eda02532 (diff)
parentde9ea47e8eb04abc3e237559ed815ef2dc5fc88d (diff)
Merge branch 'color-converter-transparency' of github.com:jensechu/circuitpython 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);