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,