From e757d51a7f7ffa0374542048440879dc48a7e59f Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 14:05:29 +0200 Subject: [PATCH] 1786017929 --- src/trekstor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trekstor.rs b/src/trekstor.rs index 0e73d5e..59f03a6 100644 --- a/src/trekstor.rs +++ b/src/trekstor.rs @@ -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); }