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

Before I re-invent the wheel... #535

Open
davthomaspilot opened this issue Apr 4, 2024 · 1 comment
Open

Before I re-invent the wheel... #535

davthomaspilot opened this issue Apr 4, 2024 · 1 comment

Comments

@davthomaspilot
Copy link

I want to avoid running my big, Qt app as root but I need to use the ws2811 library.

I've been using it for years in several projects and it works great--except now I can play with permissions (Bookworm) to avoid needing root access.

So, I thought I write some code that runs at root and accepts socket commands for ws2811_init, ws2811_fini, ws2811_render, etc.

Has anyone already done this?

@hannescam
Copy link

hannescam commented Apr 15, 2024

I have written an SPI only NeoPixel driver and it doesn't need root.
But I don't know about this library.
Just as a warning: If you want to use my library you can but it is pretty bare-bones but I will accept reasonable feature requests.
And the library is pretty young (under a month) so there are surely a lot of bugs but I am happy to fix them and support your project

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

2 participants