- Preparing search index...
- The search index is not available
nodewox
Type alias DisplayInterfaceSpi
Display
Interface
Spi
: { baudrate
?: number; bus
: SpiBus; cs
?: GpioId | null; dc
?: GpioId | { paramLevel
: 0 | 1; pin
: GpioId; } | null; rst
?: GpioId | null; }
Type declaration
-
Optional
baudrate?: number
-
-
Optional
cs?: GpioId | null
-
Optional
dc?: GpioId | {
paramLevel: 0 | 1;
pin: GpioId;
} | null
-
Optional
rst?: GpioId | null
SPI显示设备接口