1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00
Commit graph

15 commits

Author SHA1 Message Date
Dominic Clifton
994b04b0aa Add support for LED strip 'color' mode. 2015-01-25 16:22:57 +01:00
Dominic Clifton
3ead46fba3 Change grid color to grey. Make grid outer border same width as inner
borders.
2015-01-23 10:29:59 +01:00
decompyler
10173e1d6c Led grid tweaks 2015-01-23 00:20:38 -08: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
d045deb28f Updating LED strip color combinations. 2015-01-22 21:53:34 +01:00
Dominic Clifton
822af2352e Adding one more led function combination style. 2015-01-22 20:27:08 +01:00
Dominic Clifton
cb9fe40c71 Cleanup wire number alignment and styles. 2015-01-22 10:59:28 +01:00
Dominic Clifton
ef323cfaf2 Adding CSS styles for other LED function combinations. 2015-01-22 10:49:36 +01:00
Dominic Clifton
7f0461e41e Remove unused CSS styles. 2015-01-16 00:33:37 +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
db68d567d3 Merge branch 'led-strip' of
https://github.com/decompyler/cleanflight-configurator into
decompyler-led-strip

Conflicts:
	tabs/led_strip.css
	tabs/led_strip.js
2015-01-09 01:17:57 +00:00
Dominic Clifton
6a8160c4f9 Fix line endings. 2015-01-09 01:11:46 +00:00
decompyler
257855b457 CSS Tweaks 2015-01-08 16:28:05 -08:00
Dominic Clifton
3c4623c7cf Tweak position of wire numbers. 2015-01-08 21:52:39 +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