-
Notifications
You must be signed in to change notification settings - Fork 18
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
light dimmed? #27
Comments
Are you perhaps using 0 - 100 values instead of 0 - 255? |
It doesn't really matter if I sent |
Try run with the option |
Also tried |
Ahh, sorry. It is only 'green' which causes low brightness.
See the diferrence here:
|
so the problem is actually that it newer check for degamma is true or false. It always apply the function. In my case, light is way better when degamma is not applied. |
See this commit lauer@1eef7a7 Since you didn't have time to apply my other pull request, I haven't created one for this, but will just use my own master in my app. |
Hi @lauer .. sorry, I've been extremely busy at work, so yeah, good thing you can always fork, but sorry about the radio silence. If you make a pull request with a fix for this as well, I'll get both merged and do an npm release today. |
I'd also be happy to add you as a maintainer for the repo if you'd like? |
Same here, but one of my projects is to get this busylight to work better :) I need to create separate branches for each commit, so it will take some time. I might look at it this week. |
Hi @lauer .. Once again.. sorry I haven't been able to prioritise this.. Merged your PR and if you'll PR your degamma things I'll get them merged and do a new release for npm as well. |
Thanks a lot @lauer ! I've released a new version with the updates on npm now. |
When using this package in my electronjs project, the light is very dimm.
When using this python script, the light is very bright.
https://github.com/JnyJny/busylight
What can be the reason for this?
I have enabled debug and this is the writing buffer
"Writing buffer: 0,16,0,0,6,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,6,147"
I am using e.g.
bl.light('green')
The text was updated successfully, but these errors were encountered: