Philip Howard
Philip Howard
``` sudo systemctl edit --force --full how_keyboard.service ``` Today I learned! We could probably include the systemd unit file in the repository.
The code to handle the shortcut is very, very crude- right now is checks the bitmasked function keys for a particular value: https://github.com/Gadgetoid/pi400kb/blob/fd8bb808d282ffb5feed682d459902b0484104a6/pi400.c#L225-L238 It's also hard-coded and not very flexible....
I’ll admit I saw these and was being lazy. I’m going to enforce “-Werror” to stop this stuff creeping in.
Only insomuch as the target keyboard is compatible with my horrible HID descriptor forwarding. It'll probably work quite well with an official Pi keyboard. Until I find the time to...
I most emphatically promote borrowing and re-purposing our code! If you need any help getting Scroll pHAT HD up and running, I'd be happy to test/review your code and answer...
I was prying into the underlying SPI classes this morning - oh what a rabbit hole that is for an initiated developer - trying to figure out how I might...
**Edit: Just realised that `RGBLED` already exists** Interesting to hear your take on it- as I was piecing together a quick and dirty class I released that it might be...
I appear to have been lost down a rabbit hole of complexity trying to understand where LED drivers, in general, might fit into the bigger picture. Perhaps an LED driver...
The `0b11100000` part - IE the first three most significant bits of the first byte for each LED - is the "start of frame" for that LED. The `0b00011111` -...
Honestly, I don't think Adafruit would *mind* you using the Dotstar branding but since nobody else can sell them as Dotstar it has the potential for confusion. If the class...