Kacper Chołody
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 
**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...