tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
607 stars 191 forks source link

ft6336: ignore bogus touch events #672

Closed eliasnaur closed 5 months ago

eliasnaur commented 5 months ago

At least one ft6336 device reports all 255 values from the first read after reset or poweron, even after waiting the specified 300ms reset delay.

deadprogram commented 5 months ago

Seems like a good idea to me. Thank you @eliasnaur now merging.