[rust] pixel-cell example: make 'em match #1728

pull/1729/head
nick black 3 years ago
parent f8533d44a1
commit 7b7308e866
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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,

Loading…
Cancel
Save