blob: 966f762daa95e3a42e8233117c2e43fe93c21332 [file] [log] [blame]
#
# Copyright (c) 2018, Phytec Messtechnik GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
title: SSD1306 128x64 Dot Matrix Display Controller
description: >
This is a representation of the SSD1306 128x64 Dot Matrix Display Controller
inherits:
!include i2c-device.yaml
properties:
compatible:
constraint: "solomon,ssd1306fb"
height:
type: int
category: required
description: Height in pixel of the panel driven by the controller
width:
type: int
category: required
description: Width in pixel of the panel driven by the controller
segment-offset:
type: int
category: required
description: 8-bit column start address for Page Addressing Mode
page-offset:
type: int
category: required
description: Start address for Page Addressing Mode
display-offset:
type: int
category: required
description: mapping of the display start line to one of COM0 .. COM63
segment-remap:
type: boolean
category: optional
description: Last column address is mapped to first segment
com-invdir:
type: boolean
category: optional
description: Scan direction is from last COM output to first COM output
prechargep:
type: int
category: required
description: Duration of the pre-charge period
reset-gpios:
type: compound
category: optional