zephyr/drivers/display/Kconfig.st7735r
Daniel DeGrasse 13ae32e1c2 drivers: display: st7735r: convert to MIPI DBI API
Convert the ST7735R display to use the MIPI DBI API. Boards and overlays
using this display are also updated.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-05-21 16:50:08 -04:00

13 lines
336 B
Plaintext

# ST7735R display driver configuration options
# Copyright (c) 2020 Kim Bøndergaard <kim@fam-boendergaard.dk>
# SPDX-License-Identifier: Apache-2.0
config ST7735R
bool "ST7735R/ST7735S display driver"
default y
depends on DT_HAS_SITRONIX_ST7735R_ENABLED
select MIPI_DBI
help
Enable driver for ST7735R/ST7735S display driver.