Philip Howard

Results 958 comments of Philip Howard

Is the "EnableHexNumpad" registry key required for the classic method: 1. Hold alt 2. Press + on the numpad 3. Type the hex unicode value 4. Release alt Yikes- my...

Good question- there's no example for how to use these functions, and I guess the assumption that they use the unicode code point makes sense. But I don't think the...

In this case it *should* be possible to use the function I pasted above to convert pasted emoji (and other Unicode characters) directly into the Unicode hexadecimal sequence, since Lua...

The screen *should* be able to register two simultaneous touches. Or so the theory goes. It's not been super great at that for me. So the touch ID disambiguates between...

Understood. I haven't done much more than update my Steam Deck in these intervening four months. Lack of enthusiasm and testers for this (admittedly very limited use) plugin kinda dulled...

What do you see if you run `gpioinfo`? (It should list all devices and GPIO pins, including their labels). And also: `lsb_release -a` Edit: I'm also in the process of...

Try: ``` sudo apt install gpiod ``` Which should give you this tool.

`unnamed` 💀 Well that's... extremely unhelpful. The library currently requires GPIO line labels - available in later versions of Raspberry Pi OS - in order to figure out which pin...

Oof, I missed updating the readme. Yes install should be: ``` git clone https://github.com/pimoroni/enviroplus-python cd enviroplus-python ./install.sh ```

Ooof, 100% of that wall of error seems to be related to gpiod builds. Though it appears to have been successfully installed anyway. What's happening when you run the examples?...