Search found 5 matches

by escsco
Wed Apr 05, 2006 5:43 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bignum
Replies: 2
Views: 3595

large numbers

No worries.

I've found out that LCDproc doesn't like using the built in hardware features anyway, or at least for the matrix orbital drivers. With LCDproc running, I had to figure out how to create a large digit with 6 custom characters instead of 8. This is because they use the 8th slot for ...
by escsco
Tue Apr 04, 2006 2:35 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Perl lcdproc tutorials.
Replies: 4
Views: 6056

perl lcdproc examples

I just started looking through the source code for lcdproc. There's some perl examples in the lcdproc-0.4.5/clients/examples folder to get you started.

These work better than the PM I gave you earlier because they point out that you should clear the buffer after every call to the LCDd server ...
by escsco
Sat Mar 25, 2006 8:32 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Perl lcdproc tutorials.
Replies: 4
Views: 6056

Learning perl

That error normally shows up when the "use IO::LCDproc;" line is missing. Could be other things though but I'm not sure what else.
by escsco
Fri Mar 24, 2006 10:13 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bignum
Replies: 2
Views: 3595

Bignum

Why doesn't my vk204-24-usb not support large digits?

I've been trying to implement a large clock on it and have been doing the programming from scratch. So I'm not complaining since I've gotten a chance to understand how the unit works now, but I'm more just curious. Was the memory space needed ...
by escsco
Mon Mar 20, 2006 9:45 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Perl lcdproc tutorials.
Replies: 4
Views: 6056

Try using this pm.

http://search.cpan.org/~jcmuller/IO-LCD ... LCDproc.pm

It's not a tutorial, but it's a start.