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

APA102 global brightness #469

Closed
skandragon opened this issue Jul 8, 2017 · 2 comments
Closed

APA102 global brightness #469

skandragon opened this issue Jul 8, 2017 · 2 comments

Comments

@skandragon
Copy link

I noticed in the APA102 driver code, the colors are scaled using the global brightness value. Has the brightness register on these chips been tried and rejected, or were they never tried?

There is a 5-bit brightness value sent as the low order bits of the first byte: 0b111x xxxx, but it looks like the code intentionally sets this to full brightness and uses the color scaling functions to change all three values during transmission.

I'll likely give it a try tonight, but I'm wondering if there are known dragons...

@kasperkamperman
Copy link

See: #91

@skandragon
Copy link
Author

Thanks!

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