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

drivers/pcd8544: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:03:51 +01:00
parent 6dfe07de17
commit 0eb86d8c4c
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -13,3 +13,8 @@ config MODULE_PCD8544
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_SPI
select MODULE_XTIMER
config HAVE_PCD8544
bool
help
Indicates that a PCD8544 LCD is present.