**[node-pixel-async](../README.md)**

> [Globals](../globals.md) / "constants"

# Module: "constants"

## Index

### Variables

* [END\_SYSEX](_constants_.md#end_sysex)
* [FIRMATA\_7BIT\_MASK](_constants_.md#firmata_7bit_mask)
* [GAMMA\_DEFAULT](_constants_.md#gamma_default)
* [I2C\_DEFAULT](_constants_.md#i2c_default)
* [MAX\_STRIPS](_constants_.md#max_strips)
* [PIN\_DEFAULT](_constants_.md#pin_default)
* [PIXEL\_COMMAND](_constants_.md#pixel_command)
* [PIXEL\_CONFIG](_constants_.md#pixel_config)
* [PIXEL\_OFF](_constants_.md#pixel_off)
* [PIXEL\_SET\_PIXEL](_constants_.md#pixel_set_pixel)
* [PIXEL\_SET\_STRIP](_constants_.md#pixel_set_strip)
* [PIXEL\_SHIFT](_constants_.md#pixel_shift)
* [PIXEL\_SHIFT\_WRAP](_constants_.md#pixel_shift_wrap)
* [PIXEL\_SHOW](_constants_.md#pixel_show)
* [SHIFT\_BACKWARD](_constants_.md#shift_backward)
* [SHIFT\_FORWARD](_constants_.md#shift_forward)
* [START\_SYSEX](_constants_.md#start_sysex)
* [STRING\_DATA](_constants_.md#string_data)

### Object literals

* [COLOR\_ORDER](_constants_.md#color_order)

## Variables

### END\_SYSEX

• `Const` **END\_SYSEX**: 247 = 247

*Defined in [lib/constants.ts:3](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L3)*

___

### FIRMATA\_7BIT\_MASK

• `Const` **FIRMATA\_7BIT\_MASK**: 127 = 127

*Defined in [lib/constants.ts:4](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L4)*

___

### GAMMA\_DEFAULT

• `Const` **GAMMA\_DEFAULT**: 1 = 1

*Defined in [lib/constants.ts:22](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L22)*

___

### I2C\_DEFAULT

• `Const` **I2C\_DEFAULT**: 66 = 66

*Defined in [lib/constants.ts:20](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L20)*

___

### MAX\_STRIPS

• `Const` **MAX\_STRIPS**: 8 = 8

*Defined in [lib/constants.ts:16](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L16)*

___

### PIN\_DEFAULT

• `Const` **PIN\_DEFAULT**: 6 = 6

*Defined in [lib/constants.ts:18](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L18)*

___

### PIXEL\_COMMAND

• `Const` **PIXEL\_COMMAND**: 81 = 81

*Defined in [lib/constants.ts:6](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L6)*

___

### PIXEL\_CONFIG

• `Const` **PIXEL\_CONFIG**: 1 = 1

*Defined in [lib/constants.ts:8](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L8)*

___

### PIXEL\_OFF

• `Const` **PIXEL\_OFF**: 0 = 0

*Defined in [lib/constants.ts:7](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L7)*

___

### PIXEL\_SET\_PIXEL

• `Const` **PIXEL\_SET\_PIXEL**: 3 = 3

*Defined in [lib/constants.ts:10](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L10)*

___

### PIXEL\_SET\_STRIP

• `Const` **PIXEL\_SET\_STRIP**: 4 = 4

*Defined in [lib/constants.ts:11](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L11)*

___

### PIXEL\_SHIFT

• `Const` **PIXEL\_SHIFT**: 5 = 5

*Defined in [lib/constants.ts:12](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L12)*

___

### PIXEL\_SHIFT\_WRAP

• `Const` **PIXEL\_SHIFT\_WRAP**: 64 = 64

*Defined in [lib/constants.ts:5](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L5)*

___

### PIXEL\_SHOW

• `Const` **PIXEL\_SHOW**: 2 = 2

*Defined in [lib/constants.ts:9](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L9)*

___

### SHIFT\_BACKWARD

• `Const` **SHIFT\_BACKWARD**: 0 = 0

*Defined in [lib/constants.ts:14](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L14)*

___

### SHIFT\_FORWARD

• `Const` **SHIFT\_FORWARD**: 32 = 32

*Defined in [lib/constants.ts:13](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L13)*

___

### START\_SYSEX

• `Const` **START\_SYSEX**: 240 = 240

*Defined in [lib/constants.ts:1](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L1)*

___

### STRING\_DATA

• `Const` **STRING\_DATA**: 113 = 113

*Defined in [lib/constants.ts:2](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L2)*

## Object literals

### COLOR\_ORDER

▪ `Const` **COLOR\_ORDER**: object

*Defined in [lib/constants.ts:24](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/constants.ts#L24)*

#### Properties:

Name | Type | Value |
------ | ------ | ------ |
`BRG` | number | 2 |
`GRB` | number | 0 |
`RGB` | number | 1 |
