Problem with new LK204-25-PC

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

jleach
LCD Geek
Posts: 47
Joined: Wed Jan 02, 2002 4:00 pm
Contact:

Post by jleach »

Hi,
I've just been testing my new display and I seem to be having a couple problems.

First, the Matrix Orbital Display Test program doesn't display anything but the first character on the 'clock' screen when the 'show large digits' option is selected.

Also, I'm using LCDC and the first time I ran it and set up a custom screen everything was fine. Then I rebooted and now the text that supposed to be on lines 2 and 3 are swapped. It shows right on the virtual display. A possible cause of this might be the fact that I'm using LK204-25.lcdc-cf (there is no LK204-25PC.lcdc-cf).

Anyone have any suggestions?
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

On 2002-03-26 18:50, jleach wrote:
Hi,
I've just been testing my new display and I seem to be having a couple problems.

First, the Matrix Orbital Display Test program doesn't display anything but the first character on the 'clock' screen when the 'show large digits' option is selected.

Also, I'm using LCDC and the first time I ran it and set up a custom screen everything was fine. Then I rebooted and now the text that supposed to be on lines 2 and 3 are swapped. It shows right on the virtual display. A possible cause of this might be the fact that I'm using LK204-25.lcdc-cf (there is no LK204-25PC.lcdc-cf).

Anyone have any suggestions?
The LK204-25-PC has some kind of large digist bug, we are looking into it right now... as for LCDC and custom chars... not sure about that one, I'm sure Mat-d-Rat will let us know what he thinks...
Henry J.
President
Matrix Orbital
Mat-Moo
LCD Guru
Posts: 502
Joined: Wed Jan 16, 2002 4:00 pm
Contact:

Post by Mat-Moo »

Hi - That problem is becasue the display does not have the line wrap feature turned on. Create and event (Call it Iinit LCD or seomthing), set the event type to "SYS->On Start" and set the action to "DSP->Process Commands", then use the diamon at the end of the parameters to select the comamnds "BacklightOn, ClearDisplay, AutolineWrapOn, AutoScrollOff, CurosorBlinkingBlockOff" which should make it all look ok :smile:
jleach
LCD Geek
Posts: 47
Joined: Wed Jan 02, 2002 4:00 pm
Contact:

Post by jleach »

Henry said:
The LK204-25-PC has some kind of large digist bug, we are looking into it right now...

----------------------------------------

Bummer.. I was looking forward to turning my PC into a very expensive digital clock using the LCD screen and large characters. Do you think the fix will be software or is my display not going to be able to display large characters?
jleach
LCD Geek
Posts: 47
Joined: Wed Jan 02, 2002 4:00 pm
Contact:

Post by jleach »

Thanks, Mr. Rat.. (heh)

By the way, is the -df file I'm using okay? Or is there one specifically for the LK204-25PC?
Mat-Moo
LCD Guru
Posts: 502
Joined: Wed Jan 16, 2002 4:00 pm
Contact:

Post by Mat-Moo »

That one is fine, but the new version has a proper file for it...
Mat-Moo
LCD Guru
Posts: 502
Joined: Wed Jan 16, 2002 4:00 pm
Contact:

Post by Mat-Moo »

I've just been playing with large digits on my 204-pc and LCDC and encountered no problems? Officially LCDC does not support them though but you can do it in test mode. Just go into LCDC's test mode, clear the screen then send text "[##254][##110]" to initialise Large characters, then send "[##254][##35][##XPOS][##NUM]" (where XPOS0..18 and NUM 0..9 and it works fine :smile: I'd say the bug was in the app...Or am I missing something Henry...
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

I got it to work on a LK204-25... I have $20 on a wrong command...

in the manual for descimal it says 23, it should be 35
Henry J.
President
Matrix Orbital
jleach
LCD Geek
Posts: 47
Joined: Wed Jan 02, 2002 4:00 pm
Contact:

Post by jleach »

Great. I just got done playing with LCDC's test mode and I can indeed get multiple large characters. Is there a : character or only numbers?

And to Mat... Heh, I'm pretty lazy... Do you have any plans to add large digit support to LCDC?

Thanks,
James
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

On 2002-04-06 08:51, jleach wrote:
Great. I just got done playing with LCDC's test mode and I can indeed get multiple large characters. Is there a : character or only numbers?

And to Mat... Heh, I'm pretty lazy... Do you have any plans to add large digit support to LCDC?

Thanks,
James
I've been trying to get him to add large digits clock to LCDC :grin:
Henry J.
President
Matrix Orbital
CyPher
LCD Guru
Posts: 85
Joined: Fri Nov 30, 2001 4:00 pm
Contact:

Post by CyPher »

a few large digit screens would be nice.....you could have a large digit's for a clock, single screen temps so you could see your case and proc temp from across the room.....
Cheese
Bit-Tech.net
Bit-Tech.net
Posts: 337
Joined: Thu Dec 06, 2001 4:00 pm
Location: Cambridge, UK
Contact:

Post by Cheese »

On 2002-04-06 14:40, CyPher wrote:
a few large digit screens would be nice.....you could have a large digit's for a clock, single screen temps so you could see your case and proc temp from across the room.....
If you enable line commands and enter the control codes to switch into large digit mode into the first line command on screens wher eyou want to use them you can do it yourself... not too hard :wink:

Isn't LCDC cool? :wink:

r.
CyPher
LCD Guru
Posts: 85
Joined: Fri Nov 30, 2001 4:00 pm
Contact:

Post by CyPher »

it rocks...
CyPher
LCD Guru
Posts: 85
Joined: Fri Nov 30, 2001 4:00 pm
Contact:

Post by CyPher »

um..ok..how exactialy do i do that now?
ultraspider
LCD Geek
Posts: 41
Joined: Sun Dec 02, 2001 4:00 pm
Location: belgium
Contact:

Post by ultraspider »

On 2002-04-02 09:56, mat-d-rat wrote:
I've just been playing with large digits on my 204-pc and LCDC and encountered no problems? Officially LCDC does not support them though but you can do it in test mode. Just go into LCDC's test mode, clear the screen then send text "[##254][##110]" to initialise Large characters, then send "[##254][##35][##XPOS][##NUM]" (where XPOS0..18 and NUM 0..9 and it works fine :smile: I'd say the bug was in the app...Or am I missing something Henry...
when i do that in the LCDC's test mode, i only get a big black 3x4 square character on my lk204-25-PC, like in the test program of matrix orbital. can you help us to have large digit on this lcd screen
Post Reply