80 lines
1.6 KiB
YAML
80 lines
1.6 KiB
YAML
# Copyright (c) 2018, Phytec Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: SSD16XX 250x150 EPD display controller
|
|
|
|
compatible: "solomon,ssd16xxfb"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
height:
|
|
type: int
|
|
required: true
|
|
description: Height in pixel of the panel driven by the controller
|
|
|
|
width:
|
|
type: int
|
|
required: true
|
|
description: Width in pixel of the panel driven by the controller
|
|
|
|
pp-height-bits:
|
|
type: int
|
|
required: true
|
|
description: Number of bits used for the height parameters
|
|
|
|
pp-width-bits:
|
|
type: int
|
|
required: true
|
|
description: Number of bits used for the width parameters
|
|
|
|
gdv:
|
|
type: uint8-array
|
|
required: true
|
|
description: Gate driving voltage values
|
|
|
|
sdv:
|
|
type: uint8-array
|
|
required: true
|
|
description: Source driving voltage values
|
|
|
|
vcom:
|
|
type: int
|
|
required: true
|
|
description: VCOM voltage
|
|
|
|
border-waveform:
|
|
type: int
|
|
required: true
|
|
description: Border waveform
|
|
|
|
softstart:
|
|
type: uint8-array
|
|
required: false
|
|
description: Booster soft start values
|
|
|
|
orientation-flipped:
|
|
type: boolean
|
|
required: false
|
|
description: Last column address is mapped to first segment
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
|
|
dc-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
|
|
busy-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
|
|
lut-initial:
|
|
type: uint8-array
|
|
required: true
|
|
|
|
lut-default:
|
|
type: uint8-array
|
|
required: true
|