Results 3 issues of Kacper Chołody

Hi, I have a problem with my 4.2 inch BWY display. I wrote simple function `void waitWhileBusy(){ while(digitalRead(BUSY_PIN) == 0) delay(1); }` and it's not working. When I check with...

After a reboot logid works for few minutes and then stops working. Service restart is needed with `sudo systemctl restart logid`. `sudo systemctl status logid` gives no information ![image](https://user-images.githubusercontent.com/33269270/143298101-37ae62d4-49a4-4dc7-85d0-11eff20e382e.png)

**Describe the problem you have/What new integration you would like** Hi, It would be beneficial to add debounce filter on on_touch event within touch screen component. I know this is...

component: esp32_touch
component: touchscreen