onboard_neopixel
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onboard_neopixel [2026/07/19 13:30] – [NeoPixel Values] walkeradmin | onboard_neopixel [2026/07/21 08:51] (current) – walkeradmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== OnBoard NeoPixel ====== | ====== OnBoard NeoPixel ====== | ||
| - | <color #db5f0b>Jun 2026</ | + | <color #db5f0b>Jul 2026</ |
| \\ | \\ | ||
| \\ | \\ | ||
| Line 6: | Line 6: | ||
| ---- | ---- | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| + | \\ | ||
| + | * Not for Raspberry Pi Pico. | ||
| \\ | \\ | ||
| The RP2040-Zero mini has an onboard NeoPixel. So we cannot use the Raspberry Pi Pico code to use this LED. Instead we need to use some Micro Python specific to the Waveshare (or compatible) device. | The RP2040-Zero mini has an onboard NeoPixel. So we cannot use the Raspberry Pi Pico code to use this LED. Instead we need to use some Micro Python specific to the Waveshare (or compatible) device. | ||
| Line 132: | Line 134: | ||
| # Green = 0 | # Green = 0 | ||
| # Blue = 0 | # Blue = 0 | ||
| - | np[0] = (8, 0, 8) | + | np[0] = (8, 0, 8) # I changed the colour from bright Red to a soft Purple. |
| # Send the colour data to the LED. | # Send the colour data to the LED. | ||
onboard_neopixel.1784467841.txt.gz · Last modified: by walkeradmin
