Programming Examples

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

Moderators: Henry, Mods

Post Reply
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

Hey Folks...

If you have any source code you would wish to share with the rest of the community, please let me know and I will host it here. Currently we have one new example here.

http://www.matrixorbital.com/downloads. ... G_EXAMPLES

http://www.matrixorbital.com/faq/ex1.htm
C in Linux

http://www.matrixorbital.com/faq/ex2.htm
Perl in Linux

_________________
Henry J.
Technical Support
Matrix Orbital

<font size=-1>[ This Message was edited by: Henry on 2001-11-13 16:47 ]</font>

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

Post by Henry »

new one...

linear
evil Dr. linear
evil Dr. linear
Posts: 288
Joined: Wed Aug 15, 2001 6:00 pm
Location: USA
Contact:

Post by linear »

Yeah, you gotta love the POSIX Perl module, but using it keeps that from being portable to Windoze.

I'm trying (but not very hard) to puzzle out how to get that to work under Perl (the best language evar :wink: ) on Windoze.

relix
Uber Slave
Uber Slave
Posts: 222
Joined: Wed Nov 14, 2001 4:00 pm
Location: Knokke, Belgium
Contact:

Post by relix »

I could write a delphi, or even pascal unit file that would simplify everything for the delphi/pascal developer, or what do you think of a universal DLL, which simplifies the task of writing programs for your lcd's for everydeveloper which uses a programming language capable of using DLL's...

But I don't have a lcd ... (hint hint hint, if you give me one, I'll make it for ya!)

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

Post by Henry »

On 2001-11-15 14:23, relix wrote:
I could write a delphi, or even pascal unit file that would simplify everything for the delphi/pascal developer, or what do you think of a universal DLL, which simplifies the task of writing programs for your lcd's for everydeveloper which uses a programming language capable of using DLL's...

But I don't have a lcd ... (hint hint hint, if you give me one, I'll make it for ya!)
Please e-mail me henryj@matrixorbital.com or ICQ me.
Henry J.
President
Matrix Orbital

Creepy
LCD?
Posts: 6
Joined: Thu Jan 24, 2002 4:00 pm
Contact:

Post by Creepy »

I have a self written object for Delphi, that drives an HD44780 comp. LCD. I'm currenty cleaning code so I have different classes for different LCD's.

Base class: TLCD with sub-class THD44780LCD. This will be open-source as soon as I cleaned the code up a bit, and 4x40 support is ok (its a bit flaky now). And when I have the time, and bought an MO LCD, there also will be a TMOLCD for the MO LCD's.

<font size=-1>[ This Message was edited by: Creepy on 2002-01-25 12:08 ]</font>

Lcars
LCD?
Posts: 2
Joined: Wed Feb 06, 2002 4:00 pm
Location: Newcastle UK
Contact:

Post by Lcars »

Hi Henry

My friend Kirk (I think you talked to him on ICQ) and I are currently working on a project, we are at the moment still in the planning stage though.

What I was wondering is could you give me some tech information on the products.

Cheers

Stuart
icq 127366459

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

Post by Henry »

Like what? the products pages have everything you should need... Do you have any specific question?
Henry J.
President
Matrix Orbital

Lcars
LCD?
Posts: 2
Joined: Wed Feb 06, 2002 4:00 pm
Location: Newcastle UK
Contact:

Post by Lcars »

What I was meaning is there a bios on the LCD panel pcb, if you memory address would be useful, or is it just the matter of talking to the LCD just by only using the serial/parallel port, ie sending a command to the port to display/change data actually being display!

Hope this made some sense!

Creepy
LCD?
Posts: 6
Joined: Thu Jan 24, 2002 4:00 pm
Contact:

Post by Creepy »

Read the specs.. all the info you need to drive the LCD's is there.

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

Post by Henry »

Our serial Displays are inteligent. You do not have to deal with memory addresses. There is a command set, which you use and talk to the LCD.

Ex... to clear the screen
0xFE
'X'

to turn the backlight off...
0xFE
'B'

and so on... check the manual of the display you are interested in for the complete command set.

santa
LCD Geek
Posts: 20
Joined: Sat Dec 29, 2001 4:00 pm
Location: Hoersholm, Denmark

Post by santa »

how about that dll that relix would write? any news on that project?

I'm sitting here eager to test my limited programming knowledge in delphi...

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

Post by Henry »

It's being worked on, don't worry... we should see something very soon!
Henry J.
President
Matrix Orbital

santa
LCD Geek
Posts: 20
Joined: Sat Dec 29, 2001 4:00 pm
Location: Hoersholm, Denmark

Post by santa »

ooohhhh that sounds good!!!

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

Post by Henry »

Beta testing is starting soon :grin:
Henry J.
President
Matrix Orbital

Post Reply