1786017929
This commit is contained in:
@@ -78,6 +78,7 @@ impl Platform for Trekstor {
|
|||||||
|
|
||||||
let pixel = Rgb8Pixel::from(px);
|
let pixel = Rgb8Pixel::from(px);
|
||||||
let c = Color::from((pixel.r, pixel.g, pixel.b, 255));
|
let c = Color::from((pixel.r, pixel.g, pixel.b, 255));
|
||||||
|
println!("{x}x{y}: {:?}", c);
|
||||||
|
|
||||||
ctx.screen.framebuffer.set_pixel(x, y, c);
|
ctx.screen.framebuffer.set_pixel(x, y, c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user