Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Mutiple plugins added
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 34
- Joined: June 14th, 2009, 11:10 pm
Mutiple plugins added
Hi guys I noticed that on all the plugins you have a config file and you have to replace the original file with the one in the plugin so I was wondering if you replace the plugin installed before that one will the one before not work anymore? So in other words can you only use one plugin?
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: Mutiple plugins added
Config file is for reference only... You can use as many plug-ins as you like! Don't replace your config.ini ... Read it or test it
-
- Posts: 34
- Joined: June 14th, 2009, 11:10 pm
Re: Mutiple plugins added
So the Big number DLL I'm not sure how to use it I got the DLL file in the plugins folder of smartie but I did not add the config file in the root directory of smartie and it does not work. http://lcdsmartie.sourceforge.net/BigNumPlugin.html
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: Mutiple plugins added
$dll(bignum,1,1,$CPUUsage%)
$dll(bignum,1,2,$CPUUsage%)
add the above lines to your LCD Smartie screens settings.... does it work?
$dll(bignum,1,2,$CPUUsage%)
add the above lines to your LCD Smartie screens settings.... does it work?
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: Mutiple plugins added
any error message?
-
- Posts: 34
- Joined: June 14th, 2009, 11:10 pm
Re: Mutiple plugins added
No I get no error mes. this is what I put in as code. "$dll(bignum,2,1,hello)" and on the second line "$dll(bignum,2,2,hello)" but on the screen it is displayed as hello on the second row.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: Mutiple plugins added

try as limbo suggested:
$dll(bignum,1,1,99)
$dll(bignum,1,2,99)
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: Mutiple plugins added
Are you sure that your hardware can display custom characters? Maybe the LCD is not compatible with such function....