LED DISPLAY 2: A Scrolling Text Display
Installation and Description
|
Led Display 2 is another applet that shows a scrolling text. It can be controlled programatically through JavaScript. For an example and a list of available methods click here. |
Installation
Simply put these HTML tags in your page:
<table border=2><tr><td>
<APPLET CODE=LedDisplay2.class WIDTH=513 HEIGHT=33>
<param name="text" value="put_the_text_here">
</APPLET>
</td></tr></table>
Parameters available:
- text sets the displayed text
- brightColor sets the color of bright leds (colors are defined using the exadecimal form and the red, green, blue order - e.g. 00ff88 = full green, half blue)
- darkColor sets the color of dark leds (format same as above)
- backColor sets the color of pixels around leds (format same as above)
- speed sets the scrolling speed (lower values higher speeds)
- fontFamily sets the font family (one of Helvetica, TimesRoman or other Java fonts)
- fontStyle sets the font style (one of 0 - plain, 1 - bold, 2 - italic, 3 - bold and italic)
- fontSize sets the font size (usual meaning). The last three parameters must be set togheter.
Warning Due to the pixel size of leds, some combination of colors could show unexpected results, however the three colors are always set accordingly your choice.
Suggestion Try the JavaScript interface to create your own color effects.
This applet is small and powerful. Use it, it's free!
More Questions?
For any question or suggestion, please use the comments form or write directly to TETRACTYS Freeware.
|
 |
In the next Issue Weekly Applets will be
?
|  |
---|