inputmodule-rs
inputmodule-rs copied to clipboard
Framework Laptop 16 Input Module SW/FW
Add rustup, cargo-make and elf2uf2-rs as dependencies to ensure that a user with no prior rust installation can build the firmware.
In the one-time setup section, you need to add: `cargo install cargo-make` otherwise, your next command `cargo make ...` doesn't work.
Trying out the LED modules and I get an issue when trying to show a greyscale image and I don't know if I'm encountering a bug or just being an...
Matches the same workflow now present in https://github.com/FrameworkComputer/Framework-Laptop-13, https://github.com/FrameworkComputer/EmbeddedController, and https://github.com/FrameworkComputer/ExpansionCards.
Right now, inputmodule-rs is a python + rust project. Great for command line, not so great for developers who wish not to touch either language. Good news is that there...
When running ledmatrixctl, I see the following popup window:  If I click "Cancel", I can't continue — the program just exits, even if I'm trying to use it in...
Fixed typos in example code
Changed 0 to be the same horizontal length as the rest of the numbers. Updated to show the zero version with two pixels in the center. Shows up quite nicely...
It'd be nice to be able to send a random pattern (b&w in particular) to the led matrix, especially for use when running game-of-life. (And maybe restart/randomize/etc when a cycle...
The brightness values sent to the LED controller actually control a PWM duty cycle. LEDs emit light roughly in proportion to the PWM duty cycle, but human vision perceives brightness...