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:
David Lamparter 2023-09-10 16:25:49 +02:00 committed by Carles Cufí
commit a532dbab51
3 changed files with 5 additions and 3 deletions

View file

@ -140,6 +140,8 @@ Drivers and Sensors
* Display * Display
* Added support for ST7735S (in ST7735R driver)
* DMA * DMA
* EEPROM * EEPROM

View file

@ -4,9 +4,9 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config ST7735R config ST7735R
bool "ST7735R display driver" bool "ST7735R/ST7735S display driver"
default y default y
depends on DT_HAS_SITRONIX_ST7735R_ENABLED depends on DT_HAS_SITRONIX_ST7735R_ENABLED
select SPI select SPI
help help
Enable driver for ST7735R display driver. Enable driver for ST7735R/ST7735S display driver.

View file

@ -1,7 +1,7 @@
# Copyright (c) 2020, Kim Bøndergaard <kim@fam-boendergaard.dk> # Copyright (c) 2020, Kim Bøndergaard <kim@fam-boendergaard.dk>
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
description: ST7735R 160x128 display controller description: ST7735R/ST7735S 160x128 (max) display controller
compatible: "sitronix,st7735r" compatible: "sitronix,st7735r"