Skip to content

Commit cb86446

Browse files
committed
Adds rotation to SDL driver
1 parent bb28724 commit cb86446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/sdl_bus/sdl_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
.rotation=rotation,
140140
.bytes_per_pixel=self->panel_io_config.bytes_per_pixel,
141141
.last_update=1
142-
}
142+
};
143143
rotate(color, dst, &data);
144144
color = dst;
145145
}

0 commit comments

Comments
 (0)