1786015773

This commit is contained in:
2026-08-06 13:29:33 +02:00
parent fa6b2c1e20
commit 587bef4b1a

View File

@@ -86,11 +86,11 @@ impl Platform for Trekstor {
dbg!(x, y, px);
ctx.screen.framebuffer.set_pixel(
x,
y,
Color::from((px.r(), px.b(), px.b(), px.a())),
);
// ctx.screen.framebuffer.set_pixel(
// x,
// y,
// Color::from((px.r(), px.b(), px.b(), px.a())),
// );
}
ctx.screen.flush();
});