1 parent de7a603 commit b318896Copy full SHA for b318896
1 file changed
shared-module/displayio/display_core.c
@@ -85,6 +85,7 @@ void displayio_display_core_construct(displayio_display_core_t* self,
85
self->ram_width = ram_width;
86
self->ram_height = ram_height;
87
rotation = rotation % 360;
88
+ self->rotation = rotation;
89
self->transform.x = 0;
90
self->transform.y = 0;
91
self->transform.scale = 1;
0 commit comments