Page 1 of 1

Posted: Thu Nov 01, 2001 10:44 am
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>

Posted: Tue Nov 13, 2001 4:49 pm
by Henry
new one...

Posted: Wed Nov 14, 2001 8:20 am
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.

Posted: Thu Nov 15, 2001 2:23 pm
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!)

Posted: Thu Nov 15, 2001 2:34 pm
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.

Posted: Fri Jan 25, 2002 12:07 pm
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>

Posted: Thu Feb 07, 2002 5:13 pm
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

Posted: Thu Feb 07, 2002 5:18 pm
by Henry
Like what? the products pages have everything you should need... Do you have any specific question?

Posted: Sat Feb 09, 2002 8:01 pm
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!

Posted: Mon Feb 11, 2002 11:24 am
by Creepy
Read the specs.. all the info you need to drive the LCD's is there.

Posted: Mon Feb 11, 2002 11:31 am
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.

Posted: Tue Feb 26, 2002 7:53 am
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...

Posted: Tue Feb 26, 2002 9:18 am
by Henry
It's being worked on, don't worry... we should see something very soon!

Posted: Wed Feb 27, 2002 1:38 pm
by santa
ooohhhh that sounds good!!!

Posted: Wed Feb 27, 2002 2:01 pm
by Henry
Beta testing is starting soon :grin: