72 lines
1.7 KiB
YAML
72 lines
1.7 KiB
YAML
description: Ilitek ILI9488 display panel
|
|
|
|
compatible: "ilitek,ili9488"
|
|
|
|
bus: spi
|
|
|
|
properties:
|
|
horizontal-resolution:
|
|
type: int
|
|
required: true
|
|
description: Horizontal resolution in pixels
|
|
vertical-resolution:
|
|
type: int
|
|
required: true
|
|
description: Vertical resolution in pixels
|
|
gap-x:
|
|
type: int
|
|
default: 0
|
|
description: X offset applied to all draw operations
|
|
gap-y:
|
|
type: int
|
|
default: 0
|
|
description: Y offset applied to all draw operations
|
|
swap-xy:
|
|
type: boolean
|
|
default: false
|
|
description: Swap the X and Y axes
|
|
mirror-x:
|
|
type: boolean
|
|
default: false
|
|
description: Mirror the X axis
|
|
mirror-y:
|
|
type: boolean
|
|
default: false
|
|
description: Mirror the Y axis
|
|
invert-color:
|
|
type: boolean
|
|
default: false
|
|
description: Invert the panel's color output
|
|
bgr-order:
|
|
type: boolean
|
|
default: true
|
|
description: Use BGR element order instead of RGB
|
|
bits-per-pixel:
|
|
type: int
|
|
default: 18
|
|
description: Color depth in bits per pixel. The panel requires 18 over SPI
|
|
color-conversion-buffer-size:
|
|
type: int
|
|
required: true
|
|
description: Size (in pixels) of the internal buffer used to convert 16bpp draw data to the panel's 18bpp format
|
|
pixel-clock-hz:
|
|
type: int
|
|
default: 40000000
|
|
description: SPI pixel clock frequency in Hz
|
|
transaction-queue-depth:
|
|
type: int
|
|
default: 10
|
|
description: Size of the internal SPI transaction queue
|
|
pin-dc:
|
|
type: phandles
|
|
required: true
|
|
description: Data/Command GPIO pin
|
|
pin-reset:
|
|
type: phandles
|
|
default: GPIO_PIN_SPEC_NONE
|
|
description: Reset GPIO pin
|
|
backlight:
|
|
type: phandle
|
|
default: "NULL"
|
|
description: Optional reference to this display's backlight device
|