bombcheck / FB.Light

WS2812B WiFi-LED-Strip-Controller with NTP-driven scrolling clock, text and other effects.
https://forum.bernis-hideout.de/viewforum.php?f=8
GNU Lesser General Public License v3.0
26 stars 4 forks source link

Some IDE compiling errors #2

Open hediondo1 opened 4 years ago

hediondo1 commented 4 years ago

hi there! i´m trying to upload the stuff to my nodemcu but get some erros compiling with arduino IDE:

In file included from C:\Users\mario\Downloads\FB.Light-dev\FB.Light-dev\arduino\FB.Light\FB.Light.ino:49:0:

C:\Users\mario\AppData\Local\Temp\arduino_build_289382\sketch\definitions.h:22:0: warning: "DEBUG_WEBSOCKETS" redefined [enabled by default]

define DEBUG_WEBSOCKETS(...) Serial.printf( __VA_ARGS__ )

^

In file included from C:\Users\mario\Downloads\FB.Light-dev\FB.Light-dev\arduino\FB.Light\FB.Light.ino:39:0:

C:\Users\mario\Documents\Arduino\libraries\arduinoWebSockets-master\src/WebSockets.h:52:0: note: this is the location of the previous definition

define DEBUG_WEBSOCKETS(...)

can someone give me a hand please?

bombcheck commented 4 years ago

Does it compile at the end? Warnings can be ignored sometimes... :)

hediondo1 commented 4 years ago

no,not compiling,is there any bin file to flash?

bombcheck commented 4 years ago

No because your led layout has to be configured first. But maybe I can build one for you...

hediondo1 commented 4 years ago

i have two 8x32 matrix...i will appreciate if you can do it for me!! excuse my poor english...

bombcheck commented 4 years ago

Can you post your hardware.h-file? Especially I need MAX_CURRENT of your power supply, COLOR_ORDERof your LEDs (if wrong colors will be incorrect), and MATRIX_TYPE (how are your strips wired together).

hediondo1 commented 4 years ago

256 led flexible matrix ,i use brightness about 25-30 with fastled so no need much current.color order is
GRB ...about the order i give a link where u can see the config. starting on top left vertical zigzag.

hediondo1 commented 4 years ago

http://es.aliexpress.com/item/32842733039.html?spm=a2g0o.productlist.0.0.2bab6be1nhJLHy&algo_pvid=ae1e6da6-25a7-4c99-8d7f-afd90fd4dac1&algo_expid=ae1e6da6-25a7-4c99-8d7f-afd90fd4dac1-0&btsid=e8dd0e15-1141-45d4-8c94-d6d5cc4d047f&ws_ab_test=searchweb0_0,searchweb201602_6,searchweb201603_53

hediondo1 commented 4 years ago

nothing? thanks anyway.

bombcheck commented 4 years ago

Ah sorry completely forgot about this. Still interested?

hediondo1 commented 4 years ago

yes! i think will be the soft for a DIY lamp i´m creating! will apreciate it.