1. 25 Jan, 2022 2 commits
  2. 22 Jan, 2022 2 commits
  3. 01 Oct, 2021 4 commits
  4. 08 Jul, 2021 1 commit
  5. 29 Jun, 2021 1 commit
  6. 18 Jun, 2021 2 commits
    • Eric Duminil's avatar
      Calibration countdown : user can stop pressing · 278a1ce7
      Eric Duminil authored
      A short red wheel is displayed after the LED countdown has been
      completed. It prevents a new countdown from starting, or night mode to
      be activated.
      
      Since a red wheel is displayed at the start of the calibration process
      anyway (until measurements are stable enough), it should hopefully not
      be too surprising.
      278a1ce7
    • Käppler's avatar
      led_effects: Clarify blocking nature of countdown · d4a8e93d
      Käppler authored
      * The 'int' return signature and the comment
      'Returns the number of remaining leds' sounds like the
      function would return its current countdown state.
      However, it only returns the number of remaining
      leds after the button was released. Thus change
      the type to 'bool' and return 'true' after a
      successful countdown
      
      * Do not use 1 as return value for night mode,
      because it is ambigous. Return 'false' instead.
      d4a8e93d
  7. 07 Jun, 2021 2 commits
  8. 06 Jun, 2021 12 commits
  9. 05 Jun, 2021 10 commits
  10. 19 May, 2021 1 commit
  11. 10 May, 2021 2 commits
  12. 08 May, 2021 1 commit