We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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)
The text was updated successfully, but these errors were encountered:
Did you find the way to connect the speaker, or at least the micro?
Sorry, something went wrong.
No branches or pull requests
Example "Examples/ESPHome/6-VariousFeatures" does not compile with recent esphomes.
New "calibration" format for the touchscreen is easily resolve by:
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)
The text was updated successfully, but these errors were encountered: