RB_SEND new 2079

Top  Previous  Next

Action

Transmits the channel data to the defined port pin.

 

 

Syntax

RB_SEND

 

 

Remarks

The WS2812 will latch the received information. You only need to use RB_SEND when you want to send new color information.

Some statements and functions will call RB_SEND internally.

 

The following table shows which statements update the LED at once

 

STATEMENT

UPDATE LED

RB_ADDCOLOR

-

RB_ANDCOLOR

-

RB_ORCOLOR

-

RB_SUBCOLOR

-

RB_CLEARSTRIPE

YES

RB_CLEARCOLORS

-

RB_FILL

YES

RB_FILLCOLORS

-

RB_FILLSTRIPE

YES

RB_SELECTCHANNEL

-

RB_SEND

YES

RB_SETCOLOR

-

RB_SWAPCOLOR

-

RB_ROTATELEFT

-

RB_ROTATERIGHT

-

RB_SHIFTLEFT

-

RB_SHIFTRIGHT

-

RB_CHANGEPIN

-

RB_SETTABLECOLOR

-

RB_GETCOLOR

-

RB_LOOKUPCOLOR

-

RB_COPY

-

RB_COLOR

-

 

 

 

 

 

See also

CONFIG RAINBOW , RB_ADDCOLOR, RB_ANDCOLOR, RB_ORCOLOR, RB_SUBCOLOR, RB_CLEARSTRIPE , RB_CLEARCOLORS , RB_FILL , RB_FILLCOLORS , RB_FILLSTRIPE , RB_SELECTCHANNEL, RB_SETCOLOR , RB_SWAPCOLOR , RB_ROTATELEFT, RB_ROTATERIGHT, RB_SHIFTLEFT, RB_SHIFTRIGHT , RB_CHANGEPIN , RB_SETTABLECOLOR , RB_GETCOLOR , RB_LOOKUPCOLOR , RB_COPY , RB_COLOR

 

 

 

 

Example

See RB_CHANGEPIN