Add the driver of diplay controller ist3931, i2c/spi 128x64 monocolor display driver. Only the i2c mode driver of the controller is implemented and tested. Signed-off-by: Shen Xuyang <shenxuyang@shlinyuantech.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
# Copyright 2024 XuYang Shen <shenxuyang@shlinyuantech.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config IST3931
|
|
bool "IST3931 display driver"
|
|
default y
|
|
depends on DT_HAS_ISTECH_IST3931_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for IST3931 display driver.
|