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

> [Globals](../globals.md) / ["types"](../modules/_types_.md) / PixelOptions

# Interface: PixelOptions

## Hierarchy

* **PixelOptions**

  ↳ [FirmataPixelOptions](_types_.firmatapixeloptions.md)

  ↳ [BackpackPixelOptions](_types_.backpackpixeloptions.md)

## Index

### Properties

* [controller](_types_.pixeloptions.md#controller)
* [sendmsg](_types_.pixeloptions.md#sendmsg)

## Properties

### controller

•  **controller**: \"FIRMATA\" \| \"I2CBACKPACK\"

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

___

### sendmsg

• `Optional` **sendmsg**: undefined \| false \| true

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