Page 1 of 1
Bigger numbers than bignum
Posted: March 30th, 2006, 7:21 pm
by Fast351
Wrote a plugin to do 2x2 numbers instead of 1x2 numbers.
Here is what they would look like:
Regular:

$dll(bignum2,1,1,1234567890)
$dll(bignum2,1,2,1234567890)
Bold:

$dll(bignum2,1,1#2,1234567890)
$dll(bignum2,1,2#2,1234567890)
Link to plugin:
http://home.fast351.com:4141/bignum2.dll
Usage:
$dll(bignum2,n,l#f,text)
n = function number, should always be 1
l = line number (1 or 2 only)
f = font (optional) 1=regular 2=bold
text = number you wish to convert
does colon : and - sign too.
-Mike
ETA: the simulated display above is a 2x20 display.
Posted: March 30th, 2006, 7:38 pm
by limbo
Hey
Fast351
Am i missing something?
I just tried your examples and I don't get the numbers
I'm getting a bunch of custom characters but not the numbers..
If I replace the
bignum2 with
bignum the other dll gives result but bignum2 seems to give me a lot of custom characters without any sense!

Posted: March 30th, 2006, 7:48 pm
by Fast351
It doesn't work on the onscreen display. It uses custom characters to do the display.
I am working on making the on screen display behave more like an LCD, I might have something on that tonight.
-Mike
Posted: March 30th, 2006, 8:34 pm
by limbo
Fast351 wrote:It doesn't work on the onscreen display. It uses custom characters to do the display.
After a
very long period supporting LCD Smartie...
I believe that I'm well awared on the limitations of custom characters
The lines below (must get the number 8)
$dll(bignum2,1,1#2,8)
$dll(bignum2,1,2#2,8)
giving this

This ain't an 8!
Can you check it please?

Posted: March 30th, 2006, 8:56 pm
by Fast351
Hmmm, what display is that?
Posted: March 30th, 2006, 9:41 pm
by limbo
I have tried serial
MO LK202 and 4x20 parallel
HD 44780
both with no success!

Posted: March 31st, 2006, 1:13 am
by Fast351
Try it now. We HAVE to get rid of the stupid character sequence internally for custom characters. *groan*
Posted: March 31st, 2006, 5:10 pm
by limbo
Congs Mike! the bug is fixed!
One more thing when I set the two lines to give me back 10 BIG characters the lower line is scrolling....
Maybe a blank character is hiding somewhere...

Re: Bigger numbers than bignum
Posted: April 27th, 2010, 5:21 pm
by Razerz
I hate to bring up this old thread, but does anyone have the dll file to upload? The link in the first post have gone dead.
Re: Bigger numbers than bignum
Posted: April 28th, 2010, 1:07 am
by Fast351
Here you go...
Re: Bigger numbers than bignum
Posted: April 28th, 2010, 6:26 am
by Razerz
Thanks!