Programming Examples
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>
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>
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!)
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.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!)
Henry J.
President
Matrix Orbital
President
Matrix Orbital
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>
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>
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.
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.