Reposition Scanner Dual FX.
This commit is contained in:
parent
3b2573afed
commit
3091440162
@ -1154,7 +1154,17 @@ uint16_t larson_scanner(bool dual) {
|
|||||||
uint16_t mode_larson_scanner(void){
|
uint16_t mode_larson_scanner(void){
|
||||||
return larson_scanner(false);
|
return larson_scanner(false);
|
||||||
}
|
}
|
||||||
static const char *_data_FX_MODE_LARSON_SCANNER PROGMEM = "Scanner";
|
static const char *_data_FX_MODE_LARSON_SCANNER PROGMEM = "Scanner@!,Fade rate;!,!,;!;mp12=0";
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Creates two Larson scanners moving in opposite directions
|
||||||
|
* Custom mode by Keith Lord: https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/DualLarson.h
|
||||||
|
*/
|
||||||
|
uint16_t mode_dual_larson_scanner(void){
|
||||||
|
return larson_scanner(true);
|
||||||
|
}
|
||||||
|
static const char *_data_FX_MODE_DUAL_LARSON_SCANNER PROGMEM = "Scanner Dual@!,Fade rate;!,!,;!;mp12=0";
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1703,16 +1713,6 @@ uint16_t mode_multi_comet(void)
|
|||||||
static const char *_data_FX_MODE_MULTI_COMET PROGMEM = "Multi Comet";
|
static const char *_data_FX_MODE_MULTI_COMET PROGMEM = "Multi Comet";
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Creates two Larson scanners moving in opposite directions
|
|
||||||
* Custom mode by Keith Lord: https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/DualLarson.h
|
|
||||||
*/
|
|
||||||
uint16_t mode_dual_larson_scanner(void){
|
|
||||||
return larson_scanner(true);
|
|
||||||
}
|
|
||||||
static const char *_data_FX_MODE_DUAL_LARSON_SCANNER PROGMEM = "Scanner Dual";
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Running random pixels ("Stream 2")
|
* Running random pixels ("Stream 2")
|
||||||
* Custom mode by Keith Lord: https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/RandomChase.h
|
* Custom mode by Keith Lord: https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/RandomChase.h
|
||||||
|
Loading…
Reference in New Issue
Block a user