-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: display: ssd1306: add support to ssd1309
SSD1309 support added to SSD1306 display driver Signed-off-by: Marcio Ribeiro <[email protected]>
- Loading branch information
Showing
4 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright (c) 2025, Marcio Ribeiro | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: SSD1309 128x64 dot-matrix display controller on I2C bus | ||
|
||
compatible: "solomon,ssd1309fb" | ||
|
||
include: ["solomon,ssd1306fb-common.yaml", "i2c-device.yaml"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Copyright (c) 2025, Marcio Ribeiro | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: SSD1309 128x64 dot-matrix display controller on SPI bus | ||
|
||
compatible: "solomon,ssd1309fb" | ||
|
||
include: ["solomon,ssd1306fb-common.yaml", "spi-device.yaml"] | ||
|
||
properties: | ||
data_cmd-gpios: | ||
type: phandle-array | ||
required: true | ||
description: D/C# pin. |