Problem with new LK204-25-PC
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?
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...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?
Henry J.
President
Matrix Orbital
President
Matrix Orbital
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 

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?
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?
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
I'd say the bug was in the app...Or am I missing something Henry...

I've been trying to get him to add large digits clock to LCDCOn 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

Henry J.
President
Matrix Orbital
President
Matrix Orbital
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 hardOn 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.....

Isn't LCDC cool?

r.
-
- LCD Geek
- Posts: 41
- Joined: Sun Dec 02, 2001 4:00 pm
- Location: belgium
- Contact:
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 screenOn 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 fineI'd say the bug was in the app...Or am I missing something Henry...