71c727e92e
Ports the Jinghua Display JHD1313 LCD (with RGB backlight) driver to use the new auxdisplay driver interface. This driver is used on the seeed grove LCD RGB display, and replaces it. Signed-off-by: Jamie McCrae <spam@helper3000.net>
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
# Copyright (c) 2022 Jamie McCrae
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUXDISPLAY_JHD1313
|
|
bool "Jinghua Display JHD1313 driver"
|
|
default y
|
|
select I2C
|
|
depends on DT_HAS_JHD_JHD1313_ENABLED
|
|
help
|
|
Enable driver for Jinghua Display JHD1313 display.
|