LCD Info

Send an LCD-styled message to someone.

(Or add it to your website with one line of code.)

TL/DR

  1. Visit lcd.iffy.studio.
  2. After the message scrolls by once, a control bar will appear.
  3. Use it to compose a message, change size, speed, and colour.
  4. Send the generated URL to a friend.

Secret Menu

For a fireworks display, add '#frw' to the end of the URL: lcd.iffy.studio/sverjbexf/#frw

For a rainbow-coloured message, add '#rnb' to the end of the URL: lcd.iffy.studio/envaobj/#rnb

To combine effects, separate with a comma: lcd.iffy.studio/#frw,rnb

Also

Add an LCD display to your website.

<iframe src="https://lcd.iffy.studio/"></iframe>

Message, Size, Speed

Visit lcd.iffy.studio to generate the URL to use for the iframe "src".

<iframe src="https://lcd.iffy.studio/Ovt+Naq+Fybj/h5/r1/">

<iframe src="https://lcd.iffy.studio/Fznyy+Naq+Snfg/h1/r5/">

Colours

Format is 'c' prefix and the hex value (e.g. "e11d21" for red).

<iframe src="https://lcd.iffy.studio/Pbybhef/ce11d21/">

Alternate Colours

Format is 'a' prefix and the hex value (e.g. "999" for grey).

<iframe src="https://lcd.iffy.studio/Nygreangr+Pbybhef/a999/">

Otherwise, capital letters and punctuation are displayed in white.

Link

Append '#your.url/path' to the URL to make the message clickable.

<iframe src="https://lcd.iffy.studio/1~perzragny/#appstore.com/incremental">

Editor

Append '#ui' to the URL to display the message editor after the message has completed one cycle.

<iframe src="https://lcd.iffy.studio/#ui">

CSS

<iframe src="https://lcd.iffy.studio/" style="border: 0; height: 200px; width: 400px;">

Minimum recommended iframe dimensions: height: 200px, width: 400px.

Style Sheets

#lcd { border: 0; height: 200px; width: 400px; }

<iframe id="lcd" src="https://lcd.iffy.studio/">

Contact

info@iffy.studio