Skip to content

Commit

Permalink
Capture::Connection::Screen: use Blit::back2front
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeske committed Jan 21, 2025
1 parent a7fadf7 commit 9effb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/framebuffer/rpi/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct Framebuffer::Main
Capture::Connection _capture { _env };

Capture::Connection::Screen _captured_screen {
_capture, _env.rm(), { .px = _size, .mm = { } } };
_capture, _env.rm(), { .px = _size, .mm = { }, .rotate = { }, .flip = { } } };

Timer::Connection _timer { _env };

Expand Down

0 comments on commit 9effb1a

Please sign in to comment.