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

campapp: RGB LED amplifying #141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

campapp: RGB LED amplifying #141

wants to merge 2 commits into from

Commits on Jan 2, 2016

  1. campapp: RGB LED amplifying

    Brightness of RGB LED animations varies a lot, and sometimes
    desired brightness depends on the environment and situation.
    Aside of editing the animations directly, there was no way to
    adjust the brightness of the LEDs.
    
    This commit introduces a new config entry, "rgbleds_amp", which
    allows to adjust the brightness of RGB LEDs in campapp animations.
    
    The default value of 8 is a neutral setting.
    
    Keep in mind that with static animations amp setting does not
    apply immediately (either the frame delay must pass or the new
    animation has to be loaded).
    dos1 committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    998b935 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. campapp: rgb_leds: use standard types

    Internets say that's the good way so they must be right.
    https://matt.sh/howto-c
    dos1 committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    044e6cb View commit details
    Browse the repository at this point in the history