Skip to content

Commit

Permalink
Update NeoPixel_RP2040_PioX4.ino
Browse files Browse the repository at this point in the history
fix comment
  • Loading branch information
Makuna authored Mar 19, 2024
1 parent 5157c12 commit d95a8d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ void loop() {
strip4.SetPixelColor(0, RgbwColor(0, 0, 128, 255)); // white channel with a little blue

// show them,
// only on the last show, no matter the order, will the data be sent
// each strip will start sending on their show call
strip1.Show();
strip2.Show();
strip3.Show();
strip4.Show();
}
}

0 comments on commit d95a8d2

Please sign in to comment.