Search found 8 matches

by effin_hard
Mon Feb 16, 2004 1:11 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Windowing Library....
Replies: 1
Views: 2361

Windowing Library....

Well, I had to scale back my project, not creating a library of widgets anymore, but the UI is now CFG file driven. Its almost dont my libraries, now all I have to do is make my specific implementation.

I want to edit the default font (in order to change a few characters), but every time I stry ...
by effin_hard
Thu Dec 18, 2003 11:47 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: New Project: Windowing Library - Problem 1
Replies: 7
Views: 5467

Yeah, thats what my intialisation code looks liek already, but as I said, somehow the LCD got into a state where I would be in FLow Control Mode, and no Flow Control Bytes (FE / FF) were being returned, getting me stuck on a blocked read. In order to rectify the situation I had to "Manually Ovveride ...
by effin_hard
Wed Dec 17, 2003 8:54 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: New Project: Windowing Library - Problem 1
Replies: 7
Views: 5467

More Flow Control Fun...

Its a little difficult for me to debug a proper implementation of this software flow control. Let me make sure I have this described correctly.

1.) The buffer on the LCD is 96 Bytes
2.) If I Enable Software Flow Control the Following will happen:
a.) If the buffer has only [FULL] Bytes remaining ...
by effin_hard
Wed Dec 17, 2003 8:07 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: New Project: Windowing Library - Problem 1
Replies: 7
Views: 5467

Hard for me to determine what the problem was, but in order to rectify it I had to perform the manual override procedure.

*shrug
by effin_hard
Tue Dec 16, 2003 2:00 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: New Project: Windowing Library - Problem 1
Replies: 7
Views: 5467

Major Issue with Flow Control....

Im trying to get Flow Control To work on my LCD: GLK24064-25.
Up until today, I have had great success with it. I wrote a new algortihm to handle changing a delay(x); value based on the feedback from the Flow Control functionality: my algorithm works as follows:


delay( delay );
SendMtxOrbCommand ...
by effin_hard
Wed Dec 10, 2003 1:44 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: New Project: Windowing Library - Problem 1
Replies: 7
Views: 5467

New Project: Windowing Library - Problem 1

This is in regards to the GLK24064-25 LCD.

I have written some routines to draw a series of rectangles / solid rectangles and this is what I have noticed:

The "Draw Solid Rectangle" (FE78) Routine is really slow. Any info you can give me on this?

Is this common across all your product line ...
by effin_hard
Mon Dec 08, 2003 8:07 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: New Project: Windowing Library...
Replies: 2
Views: 4683

My intention is to replicate something you might see on an Allen Bradley PLC system.

Windowing system would be pretty muh independant of the LCD Screen (Model) except for a ScreenMetrics definition and the Comm. Library (definition of putting a pixel, line, box, char, etc.).

A windows Manager ...
by effin_hard
Tue Nov 25, 2003 11:56 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: New Project: Windowing Library...
Replies: 2
Views: 4683

New Project: Windowing Library...

Hello All. :D I really enjoy the forums here so far after two days of lurking. Some good stuff. I thought I would introduce myself now, and the project I'm working on, cause Im guessing Ill be spending a considerable amount of time here over the next month.

We have been using the matrix orbital ...