Skip to content

Commit

Permalink
Adds rotation to SDL driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Dec 23, 2024
1 parent bb28724 commit cb86446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_mod/lcd_bus/sdl_bus/sdl_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
.rotation=rotation,
.bytes_per_pixel=self->panel_io_config.bytes_per_pixel,
.last_update=1
}
};
rotate(color, dst, &data);
color = dst;
}
Expand Down

0 comments on commit cb86446

Please sign in to comment.