UNPKG

it8951

Version:

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

72 lines (38 loc) 1.31 kB
[it8951](../README.md) › [Globals](../globals.md) › ["it8951"](../modules/_it8951_.md) › [SystemInfo](_it8951_.systeminfo.md) # Interface: SystemInfo Return object for system information call. **`export`** ## Hierarchy * **SystemInfo** ## Index ### Properties * [firmware](_it8951_.systeminfo.md#firmware) * [height](_it8951_.systeminfo.md#height) * [imbufferadr](_it8951_.systeminfo.md#imbufferadr) * [lut](_it8951_.systeminfo.md#lut) * [width](_it8951_.systeminfo.md#width) ## Properties ### firmware**firmware**: *string* *Defined in [it8951.ts:29](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L29)* Firmware version. ___ ### height • **height**: *number* *Defined in [it8951.ts:21](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L21)* Height of screen in pixels. ___ ### imbufferadr**imbufferadr**: *number* *Defined in [it8951.ts:25](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L25)* Internal image buffer address. ___ ### lut • **lut**: *string* *Defined in [it8951.ts:33](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L33)* LUT loaded. ___ ### width**width**: *number* *Defined in [it8951.ts:17](https://github.com/gnzzz/IT8951/blob/604332d/lib/it8951.ts#L17)* Width of screen in pixels.