From b30a29ee5ba9d10b5b186fd2039bf837ccfdbbb8 Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 13:36:42 +0200 Subject: [PATCH] 1786016202 --- src/trekstor.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/trekstor.rs b/src/trekstor.rs index 2876f82..03e4fe0 100644 --- a/src/trekstor.rs +++ b/src/trekstor.rs @@ -79,15 +79,15 @@ impl Platform for Trekstor { // break; // } - // let x = (i % window_width as usize) as u32; - // let y = (i / window_width as usize) as u32; + let x = (i % window_width as usize) as u32; + let y = (i / window_width as usize) as u32; // // if x >= window_width || y >= window_height { // // println!("Out of bounds {} {}", x, y); // // continue; // // } - // dbg!(x, y, px); + dbg!(x, y, px); // // ctx.screen.framebuffer.set_pixel( // // x,