test

Dependencies:   BurstSPI

Fork of PixelArray by Jacob Bramley

Embed: (wiki syntax)

« Back to documentation index

Pixel Struct Reference

Pixel Struct Reference

Represent the value of a single pixel. More...

#include <neopixel.h>


Detailed Description

Represent the value of a single pixel.

Each channel uses the full 8 bits: 0x00 is fully off and 0xff is fully on.

Definition at line 15 of file neopixel.h.