FrameworkComputer / inputmodule-rs

Framework Laptop 16 Input Module SW/FW
MIT License
223 stars 24 forks source link

Add QT Py Module #79

Closed JohnAZoidberg closed 10 months ago

JohnAZoidberg commented 11 months ago

Simple module to get started with this firmware repo. Don't need Framework hardware.

TODO

JohnAZoidberg commented 11 months ago

@OctopusET please try it :)

OctopusET commented 11 months ago

I had to fix some of code for testing. Here's my fork https://github.com/OctopusET/inputmodule-rs/tree/qtpy-rp2040

I have tested the examples in the README and they all work well on my QT Py RP2040. Is there anything else I should test?

> ./ledmatrix_control.py --brightness 255
> ./ledmatrix_control.py --get-brightness
Current brightness: 255

> ./ledmatrix_control.py --set-color yellow
> ./ledmatrix_control.py --get-color
Current color: RGB:(255, 255, 0)