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

Migrate I2C Driver for ESP IDF Devices #675

Open
JeremiahGillis opened this issue Feb 5, 2025 · 0 comments
Open

Migrate I2C Driver for ESP IDF Devices #675

JeremiahGillis opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@JeremiahGillis
Copy link

I migrated my ESP32-S3 project from ESP IDF 5.1 to 5.4 today. Upon inspecting my logs:

(973) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`

I see that LovyanGFX uses the old I2C driver. It looks like ESP IDF moved to this new format in v5.2. ESP will depreciate the old driver at some point. It would be great if we could move to the newer I2C format.

@JeremiahGillis JeremiahGillis added the enhancement New feature or request label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant