Commit Graph

30 Commits (master)

Author SHA1 Message Date
Scavanger 303309b437 Fix color picker 5 months ago
Scavanger 06a4d8b0c8 Convert to CommonJS Modules Part 3 5 months ago
Andi Kanzler 91f1699659 Convert to CommonJS Modules 7 months ago
Andi Kanzler f24ccfc637 Init 8 months ago
Marcelo Bezerra 6e1973a76d Change messages to MSP2_INAV range 2 years ago
Marcelo Bezerra ba74db2dc3 Successfully edited and saved strobe overlay 2 years ago
Marcelo Bezerra 2c545011a6 Switch to new LED_STRIP_CONFIG_EX functions 2 years ago
Marcelo Bezerra 671b2fe49c Initial changes to enable new strobe functionality 2 years ago
Pawel Spychalski (DzikuVx) 005efec007 Semver cleanup 3 years ago
Jeff Hendrix b032fac62d Add support to configure LED strip to modify color with RC channel 3 years ago
Alberto García Hierro 0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
5 years ago
Pawel Spychalski (DzikuVx) 18a00dedf8 MSP refactoring 8 years ago
gaelj 0e5190edd3 LED strip update 8 years ago
Dominic Clifton 6009a3db56 Fix led strip missing 'var' keyword. 9 years ago
Dominic Clifton d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
9 years ago
Dominic Clifton 3e29944afa Fix incorrect wire order state that occured when leaving led tab in wire
order mode and switching to a different tab and back again.
10 years ago
Dominic Clifton 303e83d9d6 Naming cleanup for 7f032eba045afefd6955aa79caaa1eb05f06afaf 10 years ago
decompyler 7de513edfc Fixed selection and mode toggle behavior to include all modes within selection and to toggle all in selection rather than invert. 10 years ago
Dominic Clifton 994b04b0aa Add support for LED strip 'color' mode. 10 years ago
Dominic Clifton a5de593da7 Allow LED strip colors to be used. Requires new firmware.
At the moment colors are only used by the thrust ring mode.
10 years ago
Dominic Clifton bb13699b48 Adding a 'Clear ALL' button on the LED Strip tab. Updating 'Clear' so
that it also clears the wire order.

This makes it easier to change LED layouts without too much button
clicking.
10 years ago
Dominic Clifton 7f0461e41e Remove unused CSS styles. 10 years ago
Dominic Clifton 7a674c9ab2 Display a message when the LED strip configuration has been saved.
Remove the old CLI panel.
10 years ago
Dominic Clifton 519de30f6e Allow saving of LED Strip configuratiion via MSP. Requires firmware
with new MSP_SET_LED_STRIP_CONFIG.

Remove some .toUpperCase() duplication since it was only needed for the
CLI commands panel.
Minor CSS cleanups.
Some variable and class renaming to align with firmware code.
10 years ago
Dominic Clifton 6a8160c4f9 Fix line endings. 10 years ago
Dominic Clifton 3892c02833 Fix calculate of remaing LEDs and selection of next wire number. 10 years ago
Dominic Clifton 7d86fa9958 Update LED strip grid based on current configuration. 10 years ago
Dominic Clifton 683e68b036 Add support for MSP_LED_STRIP_CONFIG. 10 years ago
Dominic Clifton 3d1665e462 Deleting unused led-strip code. 10 years ago
Dominic Clifton c5e2a13b6c First cut of port of LED Strip configuration UI.
Thanks for the original code decompyler!
10 years ago