Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow arbitrary pin assignments #24

Merged
merged 1 commit into from
May 25, 2022

Conversation

markisch
Copy link
Contributor

There are many variants of LCD displays using different pin assignments of the PCF8574 chip.
For a list, see e.g. the HD44780 library which lists 4 variants, and I personally own one with yet another.

This adds new constructors and class variables to allow changing the pin layout.
_sendNibble() and _write2Wire are updated accordingly.

Add new constructors and class variables to allow changing the pin layout.
@mathertel mathertel merged commit 47c73a4 into mathertel:master May 25, 2022
@mathertel
Copy link
Owner

Thanks for the contribution

@markisch markisch deleted the feature-pin-assignment branch May 30, 2022 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants