From 7b7308e866363ddd747926cf1a8a799c1d859efa Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 6 Jun 2021 14:03:22 -0400 Subject: [PATCH] [rust] pixel-cell example: make 'em match #1728 --- rust/examples/pixel-cell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,