1786017929

This commit is contained in:
2026-08-06 14:05:29 +02:00
parent ceb01944a2
commit e757d51a7f

View File

@@ -78,6 +78,7 @@ impl Platform for Trekstor {
let pixel = Rgb8Pixel::from(px);
let c = Color::from((pixel.r, pixel.g, pixel.b, 255));
println!("{x}x{y}: {:?}", c);
ctx.screen.framebuffer.set_pixel(x, y, c);
}