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

Bigger numbers than bignum

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Bigger numbers than bignum

Post by Fast351 »

Wrote a plugin to do 2x2 numbers instead of 1x2 numbers.

Here is what they would look like:

Regular:
Image
$dll(bignum2,1,1,1234567890)
$dll(bignum2,1,2,1234567890)

Bold:
Image
$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.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Hey
Fast351

Am i missing something?
I just tried your examples and I don't get the numbers :cry:

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!

:cry:

Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Post 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

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post 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... Image
I believe that I'm well awared on the limitations of custom characters Image

The lines below (must get the number 8)
$dll(bignum2,1,1#2,8)
$dll(bignum2,1,2#2,8)
giving this
Image
This ain't an 8!

Can you check it please? Image

Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Post by Fast351 »

Hmmm, what display is that?

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I have tried serial MO LK202 and 4x20 parallel HD 44780
both with no success! :roll:

Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Post by Fast351 »

Try it now. We HAVE to get rid of the stupid character sequence internally for custom characters. *groan*

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post 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... :D

Razerz
Posts: 8
Joined: February 22nd, 2007, 11:19 am

Re: Bigger numbers than bignum

Post 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.

Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Re: Bigger numbers than bignum

Post by Fast351 »

Here you go...
You do not have the required permissions to view the files attached to this post.

Razerz
Posts: 8
Joined: February 22nd, 2007, 11:19 am

Re: Bigger numbers than bignum

Post by Razerz »

Thanks!

Post Reply