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); }