Accesso rapido:  

Forum: General Discussion

Topic: developper Controller...led with neopixel (arduino)

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

skyzo76PRO InfinityMember since 2016
hello
I am building midi controllers. I started with rgb led and everythings is ok, the code take 3 pin and we can assign 3 notes , one by color and it is easy to code it. my problem is that I try to use "neopixel' an ensemble of 8 led rgb but in my code(arduino) I only have one note by led and not one by colorled...i don't know if it is clear...If somebody already try this and have a start of solution, i take it ;)
thanks
fred
 

Inviato Wed 11 Mar 20 @ 4:07 pm
For VirtualDJ you can define a color table in order to use a single note to send different colors.
Example:
<color note="0x10" name="LED_HOTCUE_PAD1" values="table" table="0x00=black,0x01=red,0x02=#FF5A00,0x03=blue, 0x04=yellow, 0x05=green, 0x06=magenta, 0x07=#00AFFF, 0x08=#800080, 0x09=orange, 0x0A=#FF4000, 0x0B=#FF7FFF, 0x0C=cyan, 0x0D=#c8ff00, 0x0E=#00c800, 0x0F=white, 0x11=darkred,0x12=#7f2d00,0x13=darkblue, 0x14=darkyellow, 0x15=darkgreen, 0x16=darkmagenta, 0x17=#00577f, 0x18=#400040, 0x19=darkorange, 0x1A=#7f2000, 0x1B=#7f3f7f, 0x1C=darkcyan, 0x1D=#647f00, 0x1E=006400" channel="0" deck="1" />
 

Inviato Wed 11 Mar 20 @ 8:52 pm
skyzo76PRO InfinityMember since 2016
thanks for thi respons, my issue in solved with a code in the arduino board :)
 

Inviato Sun 15 Mar 20 @ 9:24 am


(Vecchi argomenti e forum sono automaticamente chiusi)