apache / apache/nuttx

[LCD] Move LCD pin definitions to Kconfig.

Open
#18,580 13 comments 0 reactions 1 assignee Claimed by @cederom View on GitHub
Area: Specific Peripheral
Dominant language
C
Stars
4k
Forks
1.7k
Avg merge
1d 17h
Merged PRs (30d)
237

Description

* While playing around with different I2C/SPI LCDs I noticed that various boards have different implementation for LCD initialization (cleanup is a separate TODO).
* Some LCD displays have pins definition in Kconfig what makes it really easy to test different displays on various boards quickly and easily by just peeking / modification of the .config.
* Some LCD displays have pins hardcoded into board definitions. This makes impossible to quickly test and use displays without board source files modification.
* It would be nice to have all LCD pins definition in Kconfig files :-)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.