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

fix(esp_lcd_touch): Remove i2c includes #381

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

tore-espressif
Copy link
Collaborator

@tore-espressif tore-espressif commented Aug 26, 2024

Change description

All esp_lcd_touch drivers use I2C IO from esp_lcd, they do not directly depend on I2C driver.

Closes #380

ESP-BSP Pull Request checklist

Note: For new BSPs create a PR with this link.

  • Version of modified component bumped
  • CI passing

Copy link
Collaborator

@espzav espzav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tore-espressif thank you for changes. LGTM

All esp_lcd_touch drivers use I2C IO from esp_lcd,
they do not directly depend on I2C driver.

Closes #380
@tore-espressif tore-espressif merged commit 30d2504 into master Sep 3, 2024
41 checks passed
@tore-espressif tore-espressif deleted the fix/lcd_touch_i2c branch September 3, 2024 12:45
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.

Please replace driver/i2c.h to driver/i2c_master.h in GT911 driver (BSP-544)
2 participants