Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem by Generic LEDStrip #71

Closed
LordNikooon8611 opened this issue Aug 22, 2020 · 1 comment
Closed

Problem by Generic LEDStrip #71

LordNikooon8611 opened this issue Aug 22, 2020 · 1 comment

Comments

@LordNikooon8611
Copy link

LordNikooon8611 commented Aug 22, 2020

lt. Doku ->

/*######################## MAIN CONFIG ########################*/
#define` LED_TYPE            WS2812B                     // You might also use a WS2811 or any other strip that is Fastled compatible 
#define` DATA_PIN            D4                          // Be aware: the pin mapping might be different on boards like the NodeMCU
//#define` CLK_PIN           D5                        // Only required when using 4-pin SPI-based LEDs
#define` CORRECTION          UncorrectedColor            // If colors are weird use TypicalLEDStrip
#define` COLOR_ORDER         GRB                         // Change this if colors are swapped (in my case, red was swapped with green)
#define` MILLI_AMPS          10000                       // IMPORTANT: set the max milli-Amps of your power supply (4A = 4000mA)
#define` VOLTS               5     
//#define` REMOVE_VISUALIZATION          // remove the comment to completly disable all udp-based visualization patterns
#define` HOSTNAME "LEDs"                 // Name that appears in your network, don't use whitespaces, use "-" instead
#define` DEVICE_TYPE 0                   // The following types are available

und

 #if` DEVICE_TYPE == 0                // Generic LED-Strip
 #define NUM_LEDS 100
 #define BAND_GROUPING    5            // Groups part of the band to save performance and network traffic

Bekomm aber intressanterweise mit keiner der 3 dateien -> Werbserver, Webserver New, In Development
den Generic nicht zum laufen egal wieviel led ich da dran häng
gibs da irgend ne möglichkeit das ich das ding beheben kann?

@LordNikooon8611
Copy link
Author

Wrong Lolin board configuration was the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant