Jump to content

Recommended Posts

Posted

hehe..... ;D

Had to be careful on this thread, "Read the noob 4 dummies thread" as an answer to what seems like a very unrelated question might seem a bit hostile when it's really not... :)

In hindsight I think we missed a quick opportunity to poke fun at you....  ;D

Best

Smash

Posted

any other suggestions which don't require a degree in gobbledegook are welcome.  ;D

all i know is perl is some kind of programming language, and these appear to print out the lettering to a website. quite how this happen is magic to me, or possibly gremlins. ahh well, i'll have to fiddle with photoshop i guess. cheers

Posted

hehe..... ;D

Had to be careful on this thread, "Read the noob 4 dummies thread" as an answer to what seems like a very unrelated question might seem a bit hostile when it's really not... :)

In hindsight I think we missed a quick opportunity to poke fun at you....  ;D

Best

Smash

lol, yeah it was the last place i'd thought of looking. stupidity knows no boundaries i guess.

*scuffles back to lair, humbled*  ;D

Posted

all i know is perl is some kind of programming language, and these appear to print out the lettering to a website. quite how this happen is magic to me

it's not that complicated if you know how to call them.

I don't know if that's also valid for DOS, but in a bash terminal you must type

[tt]./scriptname.pl[/tt] to run it.

or you may try [tt]perl scriptname[/tt]; of course the filepaths have to match.

You may peek into the file itself to lern about parameters you have to pass, but what I saw from these scripts, you may adapt them simply for you needs.

Cheers,

Michael

Posted
http://www.pic101.com/mcgahee/

What a nice guy he is! :)

once again stryd, thanks!

it's not that complicated if you know how to call them.

I don't know if that's also valid for DOS, but in a bash terminal you must type

./scriptname.pl to run it.

or you may try perl scriptname; of course the filepaths have to match.

You may peek into the file itself to lern about parameters you have to pass, but what I saw from these scripts, you may adapt them simply for you needs.

Cheers,

Michael

thanks michael, i'll look into how it all works.

Posted
perl vx and it doesn´t exist! Is it the path problem?

yes, you got to change the current path before calling this; or submit the whole path;

so in bash it would be either:

[tt]

cd /path/to/perl/script/

perl myscript.pl[/tt]            or use the "shortcut":      [tt]./myscript.pl [/tt]

(cd is for change directory; If I remember right it's the same with DOS)

or [tt]

perl /path/to/perl/script/myscript.pl

[/tt]

If the script provides some output (which should normally be the case; eg. infos on expected parameters), then you should see something...

Cheers,

Michael

Posted

Hi

I've just tried one of the script on windows

It can generate all of the screens in .xpm, if the gif convertion is disabled

my $convert_gif = 0;
if I understand correctly, the script needs a conversion program to convert the .xpm to gif:
      system("convert ${output_file}.xpm ${output_file}.gif") && die ("convert failed!\n");
      system("rm ${output_file}.xpm");

*edit: you can find this program here:

you can find this program here:

http://www.imagemagick.org/script/convert.php

Posted

I`ve created patterns for 2x16, 2x20 and 2x40 LCD in Corel Draw and Adobe Illustrator. You don`t have to mess with perl. I hope it will help someone. Before opening the file install the font from the .rar

771_LCD-text-pattern_gifbffd0ddb810f0d88

LCD text.rar

Posted

Sweet! Thanks man!

PS I am going to reply soon ;)

Edit: Search keywords...  TK LCD font emulation screenshot screen shot picture image jpg manual document perl script TTF truetype HD44780 CLCD

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...