8ffd1e2f53
Add driver for ST7796s display. This is a MIPI DBI display controller, with a frame memory of 320x480x18 pixels. Support for 4 wire SPI mode is implemented using the MIPI DBI API. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ST7796S
|
|
bool "ST7796S display driver"
|
|
default y
|
|
depends on DT_HAS_SITRONIX_ST7796S_ENABLED
|
|
select MIPI_DBI
|
|
help
|
|
Enable driver for ST7796S display driver.
|