Larry Davis

Results 218 comments of Larry Davis

Got it, so it's not necessarily _slow_, it's just that a scroll gesture is only scrolling a tiny amount when we expect it to scroll a huge amount... Is this...

Also, your changes seem pretty minor on your fork. I see the show/hide cursor stuff, that's absolutely worth contributing. I wonder if you can check any information from the touchscreen...

For debugging, see existing usage of `IOLog` in the code and google how to read logs. As far as your sleep issues, that’s 100% patching. You’ll never get this working...

Whoa, apologies for not getting to this sooner! I will test these changes soon and will merge/release if it works. I was actually trying to play around with double clicking...

I was unable to build this locally, but I was able to apply the same very simple technique of just triggering click twice inside of `checkForClick` to get double clicking...

Ok interesting, sounds like we need 2.3 then. Can you send a PR to update the README to say "Make sure you use VoodooI2C 2.3, 2.4 doesn't work" ? Also,...

Thanks everyone for reporting back with your experiences. This will be very helpful to others that have the same issue.

This is because calls to `esp_ota_begin` take up to 6 seconds, and in that time, BLE cannot update. This causes the device to disconnect. The solution to this is to...

> Let us further discuss if this is the most adequate approach to solving this issue. We are diverging from the native `select` element behaviour which, when opened, captures focus...