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

Big Characters

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
AllenConquest
Posts: 32
Joined: February 26th, 2005, 7:03 pm

Big Characters

Post by AllenConquest »

I know there is a plugin called BigNum to display big numbers. Is there anything similar that can display big characters. It would be nice to have a large welcome message when LCDSmartie starts up (something that spans 2 lines).

If not, how would you do this in a plugin ?

Allen
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Nope, I tried working on this before, there is not enough custom characters to pull it off.
IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post by IFR »

you don't have to use custom chars do you ?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

There is no other way to build plug-in for that!
_X7JAY7X_ is right!

Sorry but we have some limitations :?
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

IFR, I even looked at using the lower case L and other characters to make big I's and things. This was done to save custom chars, but there still isnt enough.
IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post by IFR »

yeah i noticed that
I was thinking another method but i realized that it wont work either... :?
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

If you want big characters, your best bet is to get a big character display. I think they only come in 2x16 though.
IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post by IFR »

oh I didn't know such thing do exist
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Yeah, they are about twice (pixel wise) as big I think. I have one, but never powered it up. Mine doesnt have a backlight either.........that is probably why it is still sitting there.
base2
Posts: 2
Joined: October 4th, 2005, 2:30 pm
Location: Perth, Australia

Post by base2 »

Just starting out with LCD Smartie, so sorry if this has already be covered.

The "MacroBlack" case (http://www.bit-tech.net/modding/2005/09 ... ack/1.html) mod at Bit-Tech, while using a VFD (instead of an LCD) uses clock character, as in:

Image

Could this be replicated somehow in LCD Smartie? I'm looking at doing a similar clock function.
smack
Plugin Author
Posts: 21
Joined: July 12th, 2005, 8:42 am

Post by smack »

base2 wrote:Could this be replicated somehow in LCD Smartie? I'm looking at doing a similar clock function.
BigNum Plugin is what you need.
base2
Posts: 2
Joined: October 4th, 2005, 2:30 pm
Location: Perth, Australia

Post by base2 »

smack wrote: BigNum Plugin is what you need.
Thanks :) I originally thought BigNum affected all screens when loaded, not something you could specify on a specific screen. Obviously not, so thats a great solution.

Thanks
fishthecat
LCD Smartie Fanatic
Posts: 132
Joined: March 9th, 2005, 2:21 pm
Location: UK

Example

Post by fishthecat »

How about this example I found:
Image
off this site http://www.btinternet.com/~markd833/LCD/samples.htm?

"These displays were created by uploading 8 custom characters to the display and then calling the appropriate symbols to generate the large writing."

Could this be extended for a 4 line big char plugin? Or is that already a 4 line plugin?
Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Post by Fast351 »

On a related topic, I created a version of bignum that does 2x2 numbers instead of 1x2 numbers. The 1x2 was too small to see at my usual viewing distance but the 2x2 works good. If you're interested let me know, I'll get you a copy.

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

Post by limbo »

It seems by the character look the big characters can be done!
using the custom characters of this example...
...but a quite big code is required to transform every letter to a big character (four lines) :shock:


I can't say maybe I'll give it a try this weekend :P (maybe not) :D :D :D
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Hmm........guess it can be done. Limbo is right, it would take alot of code for that.

J
nsa666666
Plugin Author
Posts: 28
Joined: April 2nd, 2006, 1:55 pm
Location: Germany
Contact:

Post by nsa666666 »

I've made such plugin but the link to it was deleted today.?

why :?: :?: :?: :(
(Something wrong with the forum? something bad found in the plugin? :roll: )

Link to Plugin:
http://web44.server-drome.com/progs/bigtext.zip
Post Reply