Skip to content

Commit 25a761a

Browse files
jeplercwalther
andauthored
Update shared-module/framebufferio/FramebufferDisplay.c
Co-authored-by: Christian Walther <[email protected]>
1 parent f38de5e commit 25a761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/framebufferio/FramebufferDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ void common_hal_framebufferio_framebufferdisplay_set_rotation(framebufferio_fram
280280
self->core.height = tmp;
281281
}
282282
displayio_display_core_set_rotation(&self->core, rotation);
283-
if (self == &displays[0].framebufferdisplay) {
283+
if (self == &displays[0].framebuffer_display) {
284284
supervisor_stop_terminal();
285285
supervisor_start_terminal(self->core.width, self->core.height);
286286
}

0 commit comments

Comments
 (0)