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

ESP8266 compatibility, Switch I2C port #27

Merged
merged 4 commits into from
Aug 21, 2022
Merged

Conversation

uutzinger
Copy link
Contributor

  1. changed byte to uint8_t for ESP8266 compatibility
  2. add ability to specify custom wire port: e.g. lcd.begin(20,4, myWire);
  3. provided program I used to test refresh rate

uutzinger and others added 4 commits December 16, 2020 09:09
added user provided i2c port.
changed int to uint8_t
provided example program for custom i2c port
@mathertel mathertel merged commit 426468c into mathertel:master Aug 21, 2022
@mathertel
Copy link
Owner

Thanks.

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