Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeden committed Feb 1, 2025
1 parent e633af7 commit f1f1f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neotrellis_ripples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn main() -> ! {

// Update neopixels
trellis
.set_neopixel_colors(&matrix.map(|c| c.into()))
.set_neopixel_colors(0, &matrix.map(|c| c.into()))
.and_then(|_| trellis.sync_neopixel())
.expect("Failed to update neopixels");
}
Expand Down

0 comments on commit f1f1f72

Please sign in to comment.