Updated FAQ #3 (markdown)

Michael Miller
2023-10-10 08:56:43 -07:00
parent 6297d1602f
commit 776f8d17b0

@@ -56,7 +56,7 @@ void loop() {
// other parts of your code, you set the colors, and show // other parts of your code, you set the colors, and show
if (strip != NULL) { if (strip != NULL) {
// some arbitrary code // some arbitrary code
for (uint16_t pixel = 0; pixel < strip.PixelCount(); pixel++) { for (uint16_t pixel = 0; pixel < strip->PixelCount(); pixel++) {
strip->SetPixelColor(pixel, red); strip->SetPixelColor(pixel, red);
} }
strip->Show(); strip->Show();