Skip to content

Commit

Permalink
update to menus
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 12, 2024
1 parent befa70e commit 01587c7
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions docs/menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ has_children: true

<style>
/* Updated colors for dark theme compatibility */
.white { background-color: rgba(200, 200, 200, 0.6); }
.cyan { background-color: rgba(0, 200, 200, 0.6); }
.purple { background-color: rgba(100, 0, 100, 0.6); }
.green { background-color: rgba(0, 100, 0, 0.6); }
.blue { background-color: rgba(0, 0, 100, 0.6); }
.yellow { background-color: rgba(200, 200, 0, 0.6); }
.red { background-color: rgba(200, 0, 0, 0.6); }
.white { background-color: rgba(200, 200, 200); }
.cyan { background-color: rgba(0, 200, 200); }
.purple { background-color: rgba(100, 0, 100); }
.green { background-color: rgba(0, 100, 0); }
.blue { background-color: rgba(0, 0, 100); }
.yellow { background-color: rgba(200, 200, 0); }
.red { background-color: rgba(200, 0, 0); }

.rounded-box {
display: inline-block;
Expand Down Expand Up @@ -78,23 +78,11 @@ a {
</style>

# Menus

The menus provide a way to use the navigation buttons to customize your Vortex Device and manage its configuration.

All Vortex Devices provide menus that allow you to:

- Randomize the colors/patterns of a mode
- Transfer a mode to other devices
- Pick specific colors of a mode
- Pick specific blinking patterns of a mode
- Adjust the overall brightness of all LEDs
- Reset the device to default settings
- Connect to the PC for updates or building/saving modes
The _menus_ provide a way to use the navigation buttons to customize your Vortex Device and manage its configuration.

The menus to perform each of these actions work nearly identical on all devices, with only very minor differences due to LED count and orientations.

## Entering Menus

**Holding** the navigation button until the LEDs blink white will open the **menu selection**.

When using a menu to configure the device, it will only make changes to the mode that was playing right before opening the menu.
Expand All @@ -104,9 +92,9 @@ To make changes to a mode, you first cycle to that mode, then **hold** the navig
From here, a menu can be chosen based on the desired changes to make.

## Menu List

Here's a brief overview of what each menu does:

{% raw %}
<a href="randomizer_menu.html">
<div class="color-list-entry"><span class="rounded-box white"></span>Randomizer</div>
<div>The Randomizer menu allows you to randomize the settings of your current mode. This can be a fun way to discover new combinations of patterns and colorsets.</div>
Expand Down Expand Up @@ -140,4 +128,5 @@ Here's a brief overview of what each menu does:
<a href="factory_reset_menu.html">
<div class="color-list-entry"><span class="rounded-box red"></span>Factory Reset</div>
<div>The Factory Reset menu allows you to reset your Vortex Device to its factory settings. This allows you to start fresh with default modes and is a good first step if you experience any issues with your device.</div>
</a>
</a>
{% endraw %}

0 comments on commit 01587c7

Please sign in to comment.