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))
Thx.
EDIT:
Same problem with Bar graphic
Code: Select all
$Bar($NetSpUpK(1),500,16)