Led/es

From xat wiki
Revision as of 14:01, 3 September 2015 by Cyan (talk | contribs) (Importing a new version from external source)
  • El LED te permite escribir un mensaje con el efecto de LED iluminado.

== Opciones del Power LED == \

Tu mensaje puede ser desde la A hasta la Z y solo debe contener 12 caracteres, necesitas agregar el mensaje después de #w"

  • Ejemplo: (led#wVerano)
  • Para añadir un espacio utiliza _
  • Nota: El 3 es un carácter especial que forma un corazón:
  • Ejemplo: (led#wYo_3_XAT)

Para añadir un color personalizado, añade el código del color al final con un #:

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

Caracteres Personalizados

  • Puedes crear un carácter personalizado en una cuadricula 6x5.

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 you 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 see this generator:

http://jesseb.x10.mx/ledpower.php

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