-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
241bcd5
commit b1e8988
Showing
9 changed files
with
173 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
layout: default | ||
title: Chromalink Duo | ||
nav_order: 8 | ||
parent: Lightshow.lol | ||
--- | ||
<style> | ||
.panel-grid { | ||
display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); | ||
gap: 16px; | ||
margin: 0 auto; | ||
max-width: 80%; | ||
margin-top: 10px; | ||
} | ||
|
||
.panel-link { | ||
background-color: #2e2e2e; | ||
border-radius: 8px; | ||
text-decoration: none; | ||
color: #ffffff; | ||
padding: 16px; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
transition: transform 0.2s; | ||
border: 1px solid #080808; | ||
} | ||
|
||
.panel-link:hover { | ||
transform: scale(1.02); | ||
} | ||
|
||
.panel-title { | ||
margin-bottom: 8px; | ||
font-weight: bold; | ||
color: #ffcc00; | ||
} | ||
|
||
.panel-img { | ||
max-width: 100%; | ||
} | ||
</style> | ||
# Chromalink Duo | ||
|
||
<img style="float:right;max-width:40%;margin:10px;" src="assets/images/lightshow-lol-chromalink-duo.png"> | ||
|
||
The **Chromalink Panel** handles the connection with a **Duo** made via the **Chromadeck** and **Chromalink** cable. | ||
|
||
### Key Features | ||
|
||
- **Realtime Update Check:** Checks with the database on vortex.community for latest firmware version | ||
- **Instant Firmware Flash:** Immediately update the firmware to the latest with the click of a button | ||
- **Custom Firmware Flash:** Upload custom Duo Firmwares from your filesystem with the press of a button | ||
- **Up-to-date Notification:** This window will inform if the firmware is completely up to date | ||
|
||
Once the duo is connected with **Connect Duo** the device status appears along with the Duo version and number of modes. | ||
|
||
With a Duo connected the **Modes Panel** can be used to **pull** the modes from the Duo into the **Modes List** where they can be edited and then **pushed** back to the duo. | ||
|
||
It is possible to adjust the total number of modes on a Duo with the editor, simply delete the extra modes and hit push. | ||
|
||
## Other Panels | ||
|
||
<div class="panel-grid"> | ||
<a href="lightshow_lol_update_panel.html" class="panel-link"> | ||
<span class="panel-title">← Update Panel 🔗</span> | ||
<img src="assets/images/lightshow-lol-device-update.png" class="panel-img"> | ||
</a> | ||
<a href="lightshow_lol_animation.html" class="panel-link"> | ||
<span class="panel-title">🔗 Animation Panel →</span> | ||
<img src="assets/images/lightshow-lol-animation.png" class="panel-img"> | ||
</a> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
layout: default | ||
title: Device Updates | ||
nav_order: 7 | ||
parent: Lightshow.lol | ||
--- | ||
<style> | ||
.panel-grid { | ||
display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); | ||
gap: 16px; | ||
margin: 0 auto; | ||
max-width: 80%; | ||
margin-top: 10px; | ||
} | ||
|
||
.panel-link { | ||
background-color: #2e2e2e; | ||
border-radius: 8px; | ||
text-decoration: none; | ||
color: #ffffff; | ||
padding: 16px; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
transition: transform 0.2s; | ||
border: 1px solid #080808; | ||
} | ||
|
||
.panel-link:hover { | ||
transform: scale(1.02); | ||
} | ||
|
||
.panel-title { | ||
margin-bottom: 8px; | ||
font-weight: bold; | ||
color: #ffcc00; | ||
} | ||
|
||
.panel-img { | ||
max-width: 100%; | ||
} | ||
</style> | ||
# Device Updates | ||
|
||
<img style="float:right;max-width:40%;margin:10px;" src="assets/images/lightshow-lol-device-update.png"> | ||
|
||
The **Device Update Panel** is responsible for checking and delivering updates for the ESP32-class Vortex Devices such as the Spark orbit/handles, and the Chromadeck. | ||
|
||
### Key Features | ||
|
||
- **Realtime Update Check:** Checks with the database on vortex.community for latest firmware version | ||
- **Instant Firmware Flash:** Immediately update the firmware to the latest with the click of a button | ||
- **Up-to-date Notification:** This window will inform if the firmware is completely up to date | ||
|
||
The other devices like Vortex Orbit, Handles and Wired Gloves are not supported by this update panel. | ||
|
||
## Other Panels | ||
|
||
<div class="panel-grid"> | ||
<a href="lightshow_lol_color_picker.html" class="panel-link"> | ||
<span class="panel-title">← Color Picker 🔗</span> | ||
<img src="assets/images/lightshow-lol-color-picker.png" class="panel-img" alt="Color Picker"> | ||
</a> | ||
<a href="lightshow_lol_color_picker.html" class="panel-link"> | ||
<span class="panel-title">🔗 Chromalink Panel →</span> | ||
<img src="assets/images/lightshow-lol-chromalink-duo.png" class="panel-img"> | ||
</a> | ||
</div> | ||
|