doc: list ST7735S alongside ST7735R
Throw ST7735S into a few places so people can find it. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
ea717bba21
commit
a532dbab51
3 changed files with 5 additions and 3 deletions
|
@ -140,6 +140,8 @@ Drivers and Sensors
|
|||
|
||||
* Display
|
||||
|
||||
* Added support for ST7735S (in ST7735R driver)
|
||||
|
||||
* DMA
|
||||
|
||||
* EEPROM
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config ST7735R
|
||||
bool "ST7735R display driver"
|
||||
bool "ST7735R/ST7735S display driver"
|
||||
default y
|
||||
depends on DT_HAS_SITRONIX_ST7735R_ENABLED
|
||||
select SPI
|
||||
help
|
||||
Enable driver for ST7735R display driver.
|
||||
Enable driver for ST7735R/ST7735S display driver.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2020, Kim Bøndergaard <kim@fam-boendergaard.dk>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: ST7735R 160x128 display controller
|
||||
description: ST7735R/ST7735S 160x128 (max) display controller
|
||||
|
||||
compatible: "sitronix,st7735r"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue