Replies: 5 comments 5 replies
-
Have you tried following the User Guide? |
Beta Was this translation helpful? Give feedback.
-
You’d need to use the callbacks from dcs-bios and put your custom led code inside each callout. I did something similar with my caution panel, here /~https://github.com/talbotmcinnis/McPit-DCS-BIOS/blob/6fb27a108dcd2a674379b780866dc9e5141ef3dd/McPit_Caution/McPit_Caution.ino |
Beta Was this translation helpful? Give feedback.
-
I have the code from OpenHornet that does just this but for the Caution Panel. if that will help I'll post it here. |
Beta Was this translation helpful? Give feedback.
-
rename to .ino and make sure you have the adafruit neopixel library installed |
Beta Was this translation helpful? Give feedback.
-
set #define ws2812_pin A3 to the pin you're using |
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to program an arduino for warninglights (Hornet EWI panels) using WS2812B LEDs. So the arduino has to receive data from the game and pass that on to the LEDs. I have no clue how to start with this. Could someone help me out? Appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions