zephyr/drivers/auxdisplay/Kconfig.jhd1313
Jamie McCrae 71c727e92e drivers: auxdisplay: Port Jinghua Display JHD1313 driver
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>
2023-05-26 23:05:58 +02:00

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.