Type alias DisplayInterfaceI2c

DisplayInterfaceI2c: {
    addr: number;
    bus: I2cBus;
    dataByte: 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128;
    rst?: GpioId | null;
}

I2c显示设备接口

Type declaration

  • addr: number

    i2c设备地址

  • bus: I2cBus

    i2s总线对象

  • dataByte: 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128

    数据标志

  • Optional rst?: GpioId | null

    RST引脚