- Preparing search index...
- The search index is not available
nodewox
Type alias DisplayInterfaceI2c
Display
Interface
I2c
: { addr
: number; bus
: I2cBus; dataByte
: 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128; rst
?: GpioId | null; }
Type declaration
-
addr: number
-
-
dataByte: 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128
-
Optional
rst?: GpioId | null
I2c显示设备接口