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

doc/peripherals/lcd/i2c : indicate that LCD peripherals can use the new i2c_master_bus_config_t handles. (IDFGH-12145) #13201

Closed
KJ7LNW opened this issue Feb 18, 2024 · 0 comments
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally

Comments

@KJ7LNW
Copy link
Contributor

KJ7LNW commented Feb 18, 2024

We are trying out the new i2c_master_bus_config_t I2C driver and the documentation seemed to indicate that only the older i2c_config_t-based driver was supported. I started digging through the code to see if I could write my own i2c driver hooks and then realized it is already supported---but the docs don't say so.

Here are the docs:

i2c_config_t i2c_conf = {

To whoever maintains the documentation: Please mention that i2c_master_bus_config_t handles are also supported.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Feb 18, 2024
@github-actions github-actions bot changed the title doc/peripherals/lcd/i2c : indicate that LCD peripherals can use the new i2c_master_bus_config_t handles. doc/peripherals/lcd/i2c : indicate that LCD peripherals can use the new i2c_master_bus_config_t handles. (IDFGH-12145) Feb 18, 2024
@espressif-bot espressif-bot added Status: In Progress Work is in progress Status: Reviewing Issue is being reviewed Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: Opened Issue is new Status: In Progress Work is in progress Status: Reviewing Issue is being reviewed labels Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants