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

[Feature Request] Use the Global Brightness Parameter of the APA102 LEDs #10026

Closed
1 of 4 tasks
tyalie opened this issue Aug 13, 2020 · 2 comments
Closed
1 of 4 tasks
Labels
enhancement help wanted stale Issues or pull requests that have become inactive without resolution.

Comments

@tyalie
Copy link

tyalie commented Aug 13, 2020

The APA102 are supported by qmk, but the implementation misses one important feature:

The global brightness flag is always set to full brightness. Compare the package description from here with the code in qmk:

apa102_send_frame(0xFF000000 | (data->b << 16) | (data->g << 8) | data->r);

Making use of the global brightness flag, by using the RGBLIGHT_LIMIT_VAL (and similar for RGB MATRIX) in this line would allow 256 colors even at low brightness. A scenario that seems more likely than using the full brightness all the time.

I write this feature request only for documentation and to draw awareness to the problem. I've no keyboard with APA102 leds to test it (even though my next keyboard will definitely have them). I might be overlooking some limitation here.

Feature Request Type

  • Core functionality
  • Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • Alteration (enhancement/optimization) of existing feature(s)
  • New behavior
@stale
Copy link

stale bot commented Nov 11, 2020

This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs.
For maintainers: Please label with bug, in progress, on hold, discussion or to do to prevent the issue from being re-flagged.

@stale stale bot added the stale Issues or pull requests that have become inactive without resolution. label Nov 11, 2020
@stale
Copy link

stale bot commented Dec 12, 2020

This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know.

@stale stale bot closed this as completed Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted stale Issues or pull requests that have become inactive without resolution.
Projects
None yet
Development

No branches or pull requests

1 participant