ICNT86 support for I2C component #3309
Describe the component you'd likecould you bring the ICNT86 chip into esphome? What are your use cases for this component?it's the I2C part used for a touchscreen. the touchscreen itself may be GT911 compatible, but I can not test that. Is there a public datasheet, documentation and/or schematics?you can find this chip used in waveshare : it seems the I2C respond to 0x48. Anything else?logs: |
Replies: 3 comments 5 replies
|
That's a known i2c issue. Try using the .3 release. |
|
for reference, the workaround did. |
|
There was a PR to add support that was abandoned: esphome/esphome#5960 I've been using the feature branch from that PR (see the last comment for how to try it yourself), it seems to work fine. I'll look into opening a new PR; I wish I knew why it was abandoned 🤷 |

I've posted a PR that rebases the code on dev, try it instead: esphome/esphome#18331
I saw the exact bug you referenced, and I apologize that I can't recall exactly how I fixed it, but I did fix it and it is working for me with a Waveshare 2.90inv2 …