AronHetLam / ATEM_tally_light_with_ESP8266

Wireless tally light for use with ATEM switchers, which connects over WiFi, using an ESP WiFi module.
GNU General Public License v3.0
153 stars 39 forks source link

Compilation error: FastLED.h: No such file or directory #128

Closed Ibrohimofficial closed 4 months ago

Ibrohimofficial commented 4 months ago

C:\Users\ROG Stix\Documents\Arduino\ATEM_tally_light\ATEM_tally_light.ino:37:10: fatal error: FastLED.h: No such file or directory 37 | #include | ^~~ compilation terminated. exit status 1

Compilation error: FastLED.h: No such file or directory

I can't find three in one led than i use three red, green and blue leds maybe this error for it?

photo_2024-04-27_23-30-57

AronHetLam commented 4 months ago

No, you've missed a step in the description for installing the fastLED library. Your LEDs should be fine.

If you use the web installer you can program the chip from Google Chrome. You don't need the Arduino IDE at all, or to do any installation on your computer.

Ibrohimofficial commented 4 months ago

Thank you very much, I forgot to install the library.