UNPKG

it8951

Version:

Raspberry Pi node.js module for e-papers controlled by IT8951

57 lines (30 loc) 1.03 kB
[it8951](../README.md) › [Globals](../globals.md) › ["it8951"](../modules/_it8951_.md) › [PIXEL_PACKING](_it8951_.pixel_packing.md) # Enumeration: PIXEL_PACKING Pixel packaging mode. **`export`** ## Index ### Enumeration members * [BPP2](_it8951_.pixel_packing.md#bpp2) * [BPP3](_it8951_.pixel_packing.md#bpp3) * [BPP4](_it8951_.pixel_packing.md#bpp4) * [BPP8](_it8951_.pixel_packing.md#bpp8) ## Enumeration members ### BPP2 • **BPP2**: = 0 *Defined in [it8951.ts:237](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L237)* Two bits per pixel ___ ### BPP3 • **BPP3**: = 1 *Defined in [it8951.ts:241](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L241)* Three bits per pixel ___ ### BPP4 • **BPP4**: = 2 *Defined in [it8951.ts:245](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L245)* Four bits per pixel ___ ### BPP8 • **BPP8**: = 3 *Defined in [it8951.ts:249](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L249)* Eight bits per pixel