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

Single button dimmer control #1331

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Nov 10, 2018

  1. Added functionlity to use button to dim lights.

    Added long press button event type.
    arjanmels committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    65b82a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Added dimming cylcing and remembering last direction

    Corrected relay update
    arjanmels committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    2999fdd View commit details
    Browse the repository at this point in the history
  2. Made gamma correction configurable

    Made pwm value after gamma correction higher resolution
    Made gamma correction and dimming cycling parameters configurable via web ui
    Changed ticker to loop in light.ino to prevent WDT reset
    Optimized PWM and transition settings in hardware.h to get smoother transitions
    arjanmels committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    8979b75 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    f392819 View commit details
    Browse the repository at this point in the history