Get Started with Letreiro Digital

Welcome to Letreiro Digital's quick start guide. Learn how to use our platform whether you're a business user or a developer.

For Business Users

Get started with Letreiro Digital's user-friendly interface to create eye-catching displays for your business.

Choose Your Mode

Start by selecting your preferred display mode: Normal Mode for classic scrolling text, or LED Mode for authentic LED display effects.

Customize Your Display

Enter your text, choose colors for both text and background, and adjust the scrolling speed to match your needs.

Preview and Adjust

Use our real-time preview to see exactly how your display will look. Make adjustments until you're satisfied with the result.

Go Full Screen

Once you're happy with your display, use the full-screen mode to showcase your message. Perfect for public displays and presentations.

Save Your Settings

Use the generator button to create a permanent link to your display configuration, making it easy to reuse or share.

For Developers

Integrate Letreiro Digital's display functionality into your own website using our generator page.

Create Your Display

Use our main interface to design your desired display, including text, colors, and animation settings.

Generate Embed URL

Click the generator button to create a URL with your display configuration. This URL can be used in an iframe.

Embed in Your Website

Use the generated URL in an iframe to embed the display in your website. Here's an example:

Embedding Example

Copy and modify this code to embed Letreiro Digital in your website:

<iframe
  src="https://letreiro.org/generator?text=Your%20Text&textColor=FFFFFF&bgColor=000000&speed=5&displayMode=default"
  width="100%"
  height="200"
  frameborder="0"
  allowfullscreen
></iframe>

URL Parameters

Customize your display by modifying these URL parameters:

ParameterDescription
textYour display text (URL encoded)
textColorText color in hex format (without #)
bgColorBackground color in hex format (without #)
speedScrolling speed (1-10)
displayModeDisplay mode (default, blur, or led)