William Emfinger

Results 109 comments of William Emfinger

@abrondijk Can you test this change on your systems? I needed this for fully functioning touch input on the esp-box (for the esp-box-emu project), but I want to make sure...

> @finger563 Appears to be working just fine and does not break any of our stuff! @abrondijk that's awesome, glad to hear it! I'm working through some odd behavior on...

Hey @JaviVilarroig thanks for opening this issue - updating the documentation has def. been on my todo-list, so thanks for poking me about it 😅 I'll make some updates to...

Now that we've published each component to the idf component registry with #419 / #312, and as part of that change have made the published `gfps_service` component no longer bundle...

Hey @kazz2020, the way you'd want to do that is to modify the `box-emu` component in `components/box-emu` to use the `espp::TDeck` component instead of the `espp::EspBox` component. Some notes: *...

@kazz2020 I've made PR #96 which means the only code you should need to change is now the `box-emu` component. You'd likely want to update the underlying `espp::TDeck` to support...

I'm sorry to hear that. It'll take a little bit longer (since I've got other things I have to do), but I'll try to spend some time over the next...

One note: I do target `esp-idf 5.4`, so you'll likely need to use that version of esp-idf if you want to build this code.

Finally, the errors you're getting are what I expected, given the comments I left above. The TDeck component doesn't currently support audio, so the places in this code that expect...