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

Download speed + bignums = Too many parameters

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
simon_stz
Posts: 3
Joined: April 18th, 2007, 2:34 am

Download speed + bignums = Too many parameters

Post by simon_stz »

Hi.

I have a problem with Bignums pluging.

It work fine with most kind of variables, but when i try to use it with the downlad speed variable ($NetSpDownK(1)) I get the message "Too many parameters" in my HD44780 4x20 LCD.

This is the code I use:

Code: Select all

$dll(bignum,1,1,$NetSpDownK(1))
$dll(bignum,1,2,$NetSpDownK(1))
Any suggestion on how to fix it?
Thx.

EDIT:
Same problem with Bar graphic

Code: Select all

$Bar($NetSpUpK(1),500,16)

Post Reply