blob: d5308a8b400ac46d98fc691146f8987af2e22561 [file] [log] [blame]
# Copyright (c) 2018, Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
description: SSD1306 128x64 dot-matrix display controller
compatible: "solomon,ssd1306fb"
include: i2c-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
segment-offset:
type: int
required: true
description: 8-bit column start address for Page Addressing Mode
page-offset:
type: int
required: true
description: Start address for Page Addressing Mode
display-offset:
type: int
required: true
description: mapping of the display start line to one of COM0 .. COM63
multiplex-ratio:
type: int
required: true
description: Multiplex Ratio
segment-remap:
type: boolean
required: false
description: Last column address is mapped to first segment
com-invdir:
type: boolean
required: false
description: Scan direction is from last COM output to first COM output
com-sequential:
type: boolean
required: false
description: Sequential COM pin configuration
prechargep:
type: int
required: true
description: Duration of the pre-charge period
reset-gpios:
type: phandle-array
required: false