better dithering, keep aspect ratio, send image #2

Merged
vinzenz merged 16 commits from next into main 2025-03-02 15:29:55 +01:00
Showing only changes of commit 6eee677ed4 - Show all commits

View file

@ -63,9 +63,9 @@ impl App<'_> {
fn send_mirror(&self) {
self.connection
.send(Command::Cp437Data(
.send(Command::Utf8Data(
Origin::ZERO,
Cp437Grid::from(&self.mirror),
self.mirror.clone(),
))
.expect("couldn't send screen to display");
}