You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • In Espruino you just need to split it off into an array of bytes - so take each pair of 2 characters and put 0x in front to tell Espruino that each one is a hex value:

    00FF0000 -> [ 0x00, 0xFF, 0x00, 0x00 ]
    

    hope that helps!

About

Avatar for Gordon @Gordon started