Skip to content

use i2c_master interface #7

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

py06
Copy link

@py06 py06 commented Jul 25, 2025

I just started using esp-idf for a personal project and found your nice lcd1602 library.
Here is a PR where:

  • I removed the dependency on esp_smbus and used i2c_master interface from esp_driver_i2c library provided with esp-idf.
  • I also replaced ets_delay_us (not found) with esp_rom_delay_us which was available.

I can now build it and use it with esp-idf 5.5.

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.

1 participant