Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Scroll text

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Scroll text

Post by IFR »

Upon request, I made this simple plugin to make a text scrolls like this:
Image


Dll name: Scroll.dll
Author: PCJ
Version: 1.0

----------------
Install notes:
----------------
Simply copy the dll to the plugins folder

--------
Usage:
--------
$Dll(Scroll,1,[width],[text])

Text is the actual text or LCDSmartie variables to show on your LCD.
Width is the text length you want it to display on LCD.

----------
Example:
----------

Code: Select all

CPU: $dll(Scroll.dll,1,15,$CPUType)
You do not have the required permissions to view the files attached to this post.
Last edited by IFR on November 4th, 2006, 7:03 am, edited 3 times in total.

sprek
Posts: 6
Joined: May 1st, 2005, 7:40 pm

Thanks

Post by sprek »

Hey thanks for making the plugin so quickly.

:D
A couple of options I could see this plugin doing of course its up to you

1- add a way to change speed of scroll effect for longer messages
2-make a way to run two messages at a time like

Code: Select all

CPU Type:$dll(Scroll.dll,1,15,$CPUType)CPU Speed:$dll(Scroll.dll,1,15,$CPUSpeed)
currently only shows first scroll effect on both codes

Again Thanks for the plugin it is much appreciated

IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post by IFR »

yeah currently it supposts only one at a time. I will probably add more later....

Post Reply