Search found 3 matches

by Robert
Thu Mar 30, 2006 10:25 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Uneven LK 202-25-WB Backlight
Replies: 2
Views: 3502

Dear Tom,

thanks for your quick help! I have received the new LCD within 3 days (shipped to germany). The backlight is much better now!

Best regards
Robert
by Robert
Thu Mar 09, 2006 8:09 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Uneven LK 202-25-WB Backlight
Replies: 2
Views: 3502

Uneven LK 202-25-WB Backlight

Hello Matrix Orbital Team!

I purchased a LK 202-25-WB (Matrix Orbital order #5195).
Thank you for the quick delivery. Your customer service is
excellent.

Unfortunately i noticed that the backlight of my LCD was
uneven. In my opinion that is caused by the foil, which
should spread the light ...
by Robert
Sat Jan 14, 2006 6:40 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Changing Startup Screen in Perl (Linux)
Replies: 2
Views: 4406

Changing Startup Screen in Perl (Linux)

Hi!

I'd like to change the startup screen on a LK202-25WB (installed on a linux system). I' using the following perl code.

open(LCD, ">/dev/lcd") or die "Can't open (write) to /dev/lcd: $!\n";
print LCD chr(254), chr(64), " WELCOME! BOOTING SYSTEM ";
close(LCD);

Unfortunately this code is not ...