Skip to content

WS2812FX Libary from kitesurfer1404 translated to JavaScript

Notifications You must be signed in to change notification settings

Riko2909/WS2812FX-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WS2812FX-JavaScript

WS2812FX Libary from kitesurfer1404 translated to JavaScript/Typescript

Init

let x = new WS2812FX_Modes(
	{
		leds: 20,
		stripType: "grb",
	},
	100
);

x.setColor1(RED);
x.setColor2(GREEN);
x.setColor3(BLUE);

x.setMode(14);

while (true) {
	x.service();
}

About

WS2812FX Libary from kitesurfer1404 translated to JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published