8 x RGB LED Array

1, the CAN.ReadMsgBuf command in the code above will read the CAN messages that are being recieved into the message buffer.

Currently, i am using the contents of the CAN message frame eg, buf[1] being the first part, for the sequence of the LED's,

So weather the Message being sent had a base ID of 0x500 or ox600 , or any other base ID, the LED's would still do whatever the frame of data held.

i want to be able to "take notice" of only a single given CAN id to get my data from,

2, i tried doing this at the beginning of each loop, it seems to just cause the LED's to flash very quickly and at hardly any brightness, maybe i need to place it elsewehere in the loop?

3, thanks, i should have noticed that

Thanks

Rich