1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 14:55:15 +03:00
Commit graph

30 commits

Author SHA1 Message Date
gaelj
806bdf6bdc LED Strip: Bind any AUX channel to the color modifier overlay 2016-08-16 13:02:37 +02:00
mikeller
838ab954f1 Fixed reference from 'MspHelper' to 'mspHelper'. 2016-08-14 01:15:14 +12:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
gaelj
0d07acb05f minor cleanup 2016-07-19 21:23:22 +02:00
gaelj
e1da5ef26e tabs to whitespace 2016-07-19 21:11:51 +02:00
gaelj
98e04ee9f6 Don't allow setting of forbidden overlays in case of multiple selection of leds with varying functions 2016-07-19 21:04:24 +02:00
gaelj
3d48b61767 Fix UI hang in certain cases 2016-07-18 22:14:28 +02:00
gaelj
5017318ccf Don't display first invalid LED
Fix: unavailable overlays are not always disabled when changing function on multiple selection of LEDs
2016-07-18 21:05:12 +02:00
gaelj
b62abd74e7 MSP versioning CF compatible 2016-06-30 22:13:15 +02:00
gaelj
92ec31f80b CF new LED strip port 2016-06-30 22:12:46 +02:00
nathan
cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
gael
3d513aff52 Hide new LED buttons when msp version < 1.18.0 2016-05-08 23:34:48 +02:00
gael
6c964164e4 Support LED cmds GPS, RSSI & Blink in configurator
Implement initial support for new LED commands implemented in CF PR
2101.
2016-05-08 15:24:29 +02:00
Dominic Clifton
6009a3db56 Fix led strip missing 'var' keyword. 2016-01-22 22:15:58 +01:00
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.
2015-11-11 21:01:22 +00:00
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.
2015-03-30 03:18:32 +01:00
Dominic Clifton
303e83d9d6 Naming cleanup for 7f032eba045afefd6955aa79caaa1eb05f06afaf 2015-01-29 19:24:00 +01:00
decompyler
7de513edfc Fixed selection and mode toggle behavior to include all modes within selection and to toggle all in selection rather than invert. 2015-01-29 19:20:16 +01:00
Dominic Clifton
994b04b0aa Add support for LED strip 'color' mode. 2015-01-25 16:22:57 +01:00
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.
2015-01-23 02:12:20 +01:00
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.
2015-01-22 21:27:13 +01:00
Dominic Clifton
7f0461e41e Remove unused CSS styles. 2015-01-16 00:33:37 +00:00
Dominic Clifton
7a674c9ab2 Display a message when the LED strip configuration has been saved.
Remove the old CLI panel.
2015-01-16 00:29:16 +00:00
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.
2015-01-16 00:15:41 +00:00
Dominic Clifton
6a8160c4f9 Fix line endings. 2015-01-09 01:11:46 +00:00
Dominic Clifton
3892c02833 Fix calculate of remaing LEDs and selection of next wire number. 2015-01-09 00:58:01 +00:00
Dominic Clifton
7d86fa9958 Update LED strip grid based on current configuration. 2015-01-09 00:24:10 +00:00
Dominic Clifton
683e68b036 Add support for MSP_LED_STRIP_CONFIG. 2015-01-08 23:21:17 +00:00
Dominic Clifton
3d1665e462 Deleting unused led-strip code. 2015-01-08 21:54:46 +00:00
Dominic Clifton
c5e2a13b6c First cut of port of LED Strip configuration UI.
Thanks for the original code decompyler!
2015-01-08 21:46:43 +00:00