mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 15:22:50 +00:00
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>
13 lines
336 B
Plaintext
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.
|