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

Example "Examples/ESPHome/6-VariousFeatures" does not compile with recent esphomes. #205

Open
AnHardt opened this issue May 18, 2024 · 1 comment

Comments

@AnHardt
Copy link

AnHardt commented May 18, 2024

Example "Examples/ESPHome/6-VariousFeatures" does not compile with recent esphomes.

New "calibration" format for the touchscreen is easily resolve by:

  calibration:
    x_min: 280
    x_max: 3800
    y_min: 400
    y_max: 3900
  transform:
    mirror_x: false
    mirror_y: false
    swap_xy: true

or simmilars.

But i can't get around the common pin usage of GPIO25 used in the 'spi_touch' as well as the 'i2s_audio' component.

Is there any weay to get around that?
Or is that really a hardware limmitation?

Target is to make a 'voice-assistant' with internal i2c and exterml microphone (INMP441)

@TitoTB
Copy link

TitoTB commented Jul 30, 2024

Did you find the way to connect the speaker, or at least the micro?

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

No branches or pull requests

2 participants