Skip to content
Snippets Groups Projects
Commit 44c7f9c2 authored by Jan Grewe's avatar Jan Grewe
Browse files

Add description for Wolpertinger

parent 3cb218a9
Branches
No related tags found
No related merge requests found
......@@ -7,17 +7,45 @@ This was very easy because of the awesome [framework](https://github.com/dhilton
Platypus
-------------
My first version, codename "Platypus", allows you to cycle through 5 brightness levels (including a very eco-friendly 10 lumen mode) and switch to 4 non-static modes (fade, blinking, strobe, dazzle).
* **Off -> Click = Static**
* Click to cycle through the brightness levels (10, 250, 500, 750, 1000, 750, 500, 250, 10 and up again)
* Short Hold (500-2000 ms) to switch to non-static mode
* **Off -> Short Hold (500-2000 ms) = Non-Static**
* Click to cycle through non-static modes (blinking, strobe, dazzle, fade)
* Short Hold (500-2000 ms) to switch to static mode
* **Long Hold (>2000 ms) = Off**
<ul>
<li><b>Off -> Click = Static Mode</b></li>
<ul>
<li>Click to cycle through the brightness levels (10, 250, 500, 750, 1000, 750, 500, 250, 10 and up again)</li>
<li>Short Hold (500-2000 ms) to switch to non-static mode</li>
</ul>
<li><b>Off -> Short Hold (500-2000 ms) = Non-Static Mode</b></li>
<ul>
<li>Click to cycle through non-static modes (blinking, strobe, dazzle, fade)</li>
<li>Short Hold (500-2000 ms) to switch to static mode</li>
</ul>
<li><b>Static/Non-Static Mode -> Long Hold (&gt;2000 ms) = Off</b></li>
</ul>
When switching from Static to Non-Static mode, you don't get the Blinking if you hold the button longer than 500 ms unless you let it go, this was done so that it doesn't start Blinking when switching off. You can enable this by reading the comments in the code and changing the appropriate lines.
When switching from Non-Static mode to Off, the light will go into Static mode for 1500 ms (from 500 ms to 2000 ms) on the last brightness level used in Static mode. This can be disabled by reading the comments in the code and changing the appropriate lines.
Wolpertinger
-------------
The current version, codename "Wolpertinger" (see a pattern there?), contains the same feature as Platypus and adds quick access to the highest brightness level and Taps recording/playback (not implemented yet).
**So in addition to all Platypus features (above), you can:**
<ul>
<li><b>Off -> Doubleclick (&lt;100 ms) = Static Mode, Maximum Brightness </b></li>
<ul>
<li>Also works in static mode, so you don't have to cycle through all levels</li>
</ul>
<li><b>Off -> Long Hold (&gt;2000 ms) = Taps Mode</b></li>
<ul>
<li>Holding the button, the red LED stays on and the green LED starts flashing rapidly when you are in Taps mode</li>
<li>Release the button, the red LED starts blinking and you can start tapping on the case</li>
<li>Click the button, the green LED starts blinking and plays back your taps</li>
<li>Clicking the button in Taps mode will switch between recording and playing mode</li>
<li>Use Long Hold (&gt;2000 ms) to switch off
<li>Please be aware that the LEDs are blocked by the charging/battery status while the Hexbright is connected via USB</li>
</ul>
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment