# Programming with KittenBlock: Neopixel

Common ws2812 light strips can be controlled by Futureboard.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/kbbanner.png)

### NeoPixel Blocks

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/neopixel_en.png)

#### Sample Program: Controlling all lights

```
Use P7 for the onboard light strip.
```

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/neopixel_code1en.png)

#### Sample Program: Controlling individual lights

```
Use P7 for the onboard light strip.
```

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/neopixel_code2en.png)
