[LCD] Move LCD pin definitions to Kconfig.
Open
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
Assessment
This issue has not been assessed yet.