onboard_neopixel
This is an old revision of the document!
OnBoard NeoPixel
Introduction
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 NeoPixel is situated between the Boot and Reset buttons.
As this is a NeoPixel, we need to provide the RGB value for it to work, this is the main difference between the RPi Pico. We create RGB value, write it to memory and then turn on the LED.
onboard_neopixel.1784466184.txt.gz · Last modified: by walkeradmin

