diff --git a/src/trekstor.rs b/src/trekstor.rs index 8f3c7b2..1b1bf81 100644 --- a/src/trekstor.rs +++ b/src/trekstor.rs @@ -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(); });