Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace rpi-led-matrix with something that isnt GPL #9

Open
TheButlah opened this issue Sep 8, 2022 · 2 comments
Open

Replace rpi-led-matrix with something that isnt GPL #9

TheButlah opened this issue Sep 8, 2022 · 2 comments

Comments

@TheButlah
Copy link
Collaborator

GPL smh

@TheButlah
Copy link
Collaborator Author

TheButlah commented Sep 8, 2022

I found hub75. Not only is this permissively licensed, its pure rust so there is not clunky c++ build step. Also, it uses embedded-graphics which means you should be able to use several really nice crates to make drawing easy.

If you still want to use a c++ library, the official adafruit one is BSD licensed.

@TheButlah
Copy link
Collaborator Author

It actually looks like both hub75 and the rpi-led-matrix crates both use embedded-graphics. So you could base the code around those traits and make it not care what the backend is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant