blob: 839f21c7f7560ca452b18ea045ce69d0096e2887 [file] [log] [blame]
# Copyright (c) 2018, Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
title: SSD16XX 250x150 EPD Display Controller
description: |
This is a representation of the 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