Skip to content

Commit

Permalink
improved lightshow
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 15, 2024
1 parent b4c67e5 commit 818503d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/led_selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ parent: Menus
grand_parent: Vortex Engine
---

<style>
#controls {
margin-top: 10px;
text-align: center;
}

.lightshow-button {
background-color: #007bff;
border: none;
color: white;
padding: 10px 20px;
margin: 5px;
font-size: 16px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
}

.lightshow-button:hover {
background-color: #0056b3;
}
</style>

# Led Selection

The <span style="color: #00ff00;">Color Select</span>, <span style="color: #3366ff;">Pattern Select</span>, and <span style="color: #ffffff;">Randomizer</span> will change only the leds which were selected upon entering the menu.
Expand Down

0 comments on commit 818503d

Please sign in to comment.