diff --git a/rust/examples/pixel-cell.rs b/rust/examples/pixel-cell.rs index d71751e9e..55c2e8c8f 100644 --- a/rust/examples/pixel-cell.rs +++ b/rust/examples/pixel-cell.rs @@ -46,7 +46,7 @@ fn main() -> NcResult<()> { rsleep![&mut nc, 1]; // show the ncvisual, scaled - let mut vplane2 = NcPlane::new_bound(&mut stdplane, 6, 2, 4, 4)?; + let mut vplane2 = NcPlane::new_bound(&mut stdplane, 6, 2, 5, 4)?; let voptions2 = NcVisualOptions::with_plane( &mut vplane2, NCSCALE_SCALE,