1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/hd44780: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:41 +01:00
parent 4754f339a0
commit 1975ccf442
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -13,3 +13,8 @@ config MODULE_HD44780
select MODULE_XTIMER
help
The display is also known as LCM1602C from Arduino kits.
config HAVE_HD44780
bool
help
Indicates that a HD44780 LCD is present.