212a4857ba
Adds an auxiliary display driver for Hitachi HD44780-based (and compatible) LCD displays. Signed-off-by: Jamie McCrae <spam@helper3000.net>
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
# Copyright (c) 2023 Jamie McCrae
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUXDISPLAY_HD44780
|
|
bool "Hitachi HD44780 LCD driver"
|
|
default y
|
|
depends on DT_HAS_HIT_HD44780_ENABLED
|
|
help
|
|
Enable driver for Hitachi HD44780 and compatible LCDs.
|