LED

From xat wiki
  • LED lets you write a message with LED-lighted effects.

LED Power Options

Your message can be A to Z, up to 12 characters long, and must be typed after #w

  • Example: (led#wSummer)
  • To add a space use _

Note: 3 is a special character that does a heart:

  • Example: (led#wI_3_XAT)

To add a custom color, add any hex code to the end of your LED code with a #

  • (led#led#rg#wYOUR_MESSAGE)
  • (led#led#0xFF00FF#wYOUR_MESSAGE#0xFF00FF)

Custom Characters

  • You can create custom characters on a 6x5 grid.

This is the binary representation of a pawn:

  • 001100
  • 011110
  • 001100
  • 011110
  • 011110

You have to convert it to a hex code to use it with the power, so we put 001100011110001100011110011110 into http://www.binaryhexconverter.com/binary-to-hex-converter and you will get:

  • 0C78C79E

To add your custom character to the message put a * followed by the 8-character hex code:

  • Example: (led#led#rg#w*0C78C79EOWNER)

Generator

For an easier approach, use this generator:

http://fexbots.com/tools/led

Simply click the Os then use the Generate button for the 8-character hex code.