From 587bef4b1a63243329971cfd4672b25e9f7a59dc Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 13:29:33 +0200 Subject: [PATCH] 1786015773 --- src/trekstor.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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(); });