Search found 9 matches

by Juan
Thu Aug 05, 2004 9:24 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Low Voltage 16x2 or 16x1 LCD Module
Replies: 1
Views: 1806

Low Voltage 16x2 or 16x1 LCD Module

Hi, I need to find an LCD module that will operate at 3.3 volts. I do not need serial communication or keypad interface. Does anyone have any recommendations?

Thanks!

J.C.
by Juan
Tue May 04, 2004 9:54 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Creating Custom Character!
Replies: 1
Views: 1985

I Found the answer to my question thanks!
by Juan
Tue May 04, 2004 9:14 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Creating Custom Character!
Replies: 1
Views: 1985

Creating Custom Character!

Hi I need to create a custom character. For instance an UP-ARROW
How would I do that thanks

I know the commands 254 78 [c]...how do I define the other 8 bytes
thanks!
by Juan
Tue Feb 17, 2004 7:59 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204-25-PC Changing the Splash Screen
Replies: 1
Views: 2162

LK204-25-PC Changing the Splash Screen

Hi, How can I change the Splash screen on the LK204-25-PC module?
Do I need to download something from the web?
Thanks
by Juan
Tue Feb 17, 2004 1:31 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204-25-PC Positioning cursor
Replies: 3
Views: 3868

Henry I noticed that, after I posted this message, but it still does not work.
Do I need to declare some kind of array with pointer... I am brand new at this so please bare with me.

tx_out(0xFE);
tx_out('G');
tx_out(5); // col
tx_out(2); // row

thanks
by Juan
Tue Feb 17, 2004 12:39 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204-25-PC Positioning cursor
Replies: 3
Views: 3868

LK204-25-PC Positioning cursor

Hi, I need to place the cursor in the LK204-25-PC LCD module on column 5 and row 5...how could I do that? what is the format for this
Right now I have, but is does not work...can any one explain the reason why?

tx_out(0xFE);
tx_out(5); // col
tx_out(2); // row
Thanks!
by Juan
Thu Feb 12, 2004 10:13 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204-25 Module and DSP precessor
Replies: 3
Views: 2939

James McTavish thanks for your repply. I had the TX/RX lines going from the processor to the LCD reversed.

Thanks
by Juan
Wed Feb 11, 2004 2:30 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204-25 Module and DSP precessor
Replies: 3
Views: 2939

LK204-25 Module and DSP precessor

Hi, I am trying to interface the LK204-25 LCD module with a DSP processor through the serial (RS232) port. Is there any reason why this cannot be done...I mean is the LCD interfaceable with a Digital Signal Processor, which has a serial communications port?

These are thetwo commands I am sending to ...
by Juan
Tue Feb 10, 2004 10:15 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204-25 LCD module
Replies: 0
Views: 2705

LK204-25 LCD module

Hi, I am using the LK204-25 LCD module and I need to interface it with an 8051 micro controller (to an 8 bit port). I would like to know how can I do this hardware connection? Sorry I am just a begginer.
Thank you