Philip Howard

Results 1037 comments of Philip Howard

It was never packaged for recent versions of Raspberry Pi OS, since I haven't had time to maintain it. Will need to update the README or get that sorted.

"File not found"? Could you screenshot or paste the full error? Probably requires the i2c bus to be enabled. This neglected old repository probably needs bringing up to the state...

> Still having a black screen issue even after using -DBACKLIGHT_CONTROL=ON, the display seems to go blank about a minute or two after initializing. Using a Pi Zero W with...

Something something `sudo apt install libconfig9` Probably need to static compile or add some instructions for that. "pi400kb not found" sounds like an architecture issue. IIRC it happens when the...

I think the duplicate gadget name is a red herring. Most mice wont work without changing the code either to present a compatible USB HID descriptor, or to correctly read...

I'm pretty sure that it can, but I'm also pretty sure I wont find the time to try! Here's a guide that may or may not work for you: https://thanhle.me/make-raspberry-pi3-as-an-emulator-bluetooth-keyboard/...

IIRC the VID/PID are used mostly to "grab" a specific keyboard device for forwarding. At the moment it does a low level protocol forward of the keyboard, mirroring (for the...

That might constitute scope creep, but it's an interesting idea. Of course the ultimate evolution of this would be to display icons on an attached touchscreen (totally not biased about...

That's a lot more lightweight a macro setup than I was envisioning. I think the problem with bringing that upstream is twofold: 1. It's incomplete. Probably fine for a *lot*...

> input-event-codes.h's values are different from the USB HID values. For instance, input-event-codes.h defines escape as 0x01, but in USB HID it's 0x29. Yup that's why I linked the HID...