Skip to content

Commit

Permalink
Set to orang during bootup
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Mar 3, 2025
1 parent c724a91 commit f9b7426
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/examples/neopixel_demo/neopixel_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ const char *teensy_to_any_startup_commands[] = {
"neopixel_update_pin 19",
"neopixel_update_length 5",

// set color to orange to indicate that we aren't ready yet
"neopixel_set_pixel_color 0 56 10 1 0",
"neopixel_set_pixel_color 1 56 10 1 0",
"neopixel_set_pixel_color 2 56 10 1 0",
"neopixel_set_pixel_color 3 56 10 1 0",
"neopixel_set_pixel_color 4 56 10 1 0",
"neopixel_begin",
"neopixel_set_pixel_color 0 0 0 0 50",
"neopixel_set_pixel_color 1 50 0 0 0",
"neopixel_set_pixel_color 2 0 50 0 0",
"neopixel_set_pixel_color 3 0 0 50 0",
"neopixel_set_pixel_color 4 50 50 50 50",
"neopixel_show",
nullptr,
};
Expand Down

0 comments on commit f9b7426

Please sign in to comment.