blob: 92147a92324d247a091e5e048d62893d25025e08 [file] [log] [blame]
#
# Copyright (c) 2018, Phytec Messtechnik GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: SSD1673 250x150 EPD Display Controller
version: 0.1
description: >
This is a representation of the SSD1673 250x150 EPD Display Controller
inherits:
!include spi-device.yaml
properties:
compatible:
constraint: "solomon,ssd1673fb"
height:
type: int
category: required
description: Height in pixel of the panel driven by the controller
generation: define
width:
type: int
category: required
description: Width in pixel of the panel driven by the controller
generation: define
pp-height-bits:
type: int
category: required
description: Number of bits used for the height parameters
generation: define
pp-width-bits:
type: int
category: required
description: Number of bits used for the width parameters
generation: define
gdv-a:
type: hex
category: required
description: Gate driving voltage (A value)
generation: define
gdv-b:
type: hex
category: optional
description: Gate driving voltage (B value)
generation: define
sdv:
type: hex
category: required
description: Source driving voltage
generation: define
vcom:
type: hex
category: required
description: VCOM voltage
generation: define
border-waveform:
type: hex
category: required
description: Border waveform
generation: define
softstart-1:
type: hex
category: optional
description: Booster soft start phase 1
generation: define
softstart-2:
type: hex
category: optional
description: Booster soft start phase 2
generation: define
softstart-3:
type: hex
category: optional
description: Booster soft start phase 3
generation: define
orientation-flipped:
type: boolean
category: optional
description: Last column address is mapped to first segment
generation: define
reset-gpios:
type: compound
category: required
generation: define, use-prop-name
dc-gpios:
type: compound
category: required
generation: define, use-prop-name
busy-gpios:
type: compound
category: required
generation: define, use-prop-name
...