Search found 4 matches

by Phutisarn
Wed Nov 12, 2008 7:20 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Is it possible to setup GLK12232-25-SM in this format
Replies: 2
Views: 3734

Thank you very much Ray.
The fill rectangle is a brilliant idea. That is exactly what I'm looking for.

I will follow the step that you told me. I think this will solve my problem.

Truly appreciated your assistance.
by Phutisarn
Wed Nov 12, 2008 7:17 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: help with commards on lk202-25 serial display
Replies: 10
Views: 9338

Thank you very much Ray. I will check the code and implement it to my program.

My apology for putting the incorrect information in the previous post. I was using MOGD not the MOGD#. I just found the new version and it seems to have a bit of delay just like my program too.

Is there a significant ...
by Phutisarn
Wed Nov 12, 2008 6:46 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: help with commards on lk202-25 serial display
Replies: 10
Views: 9338

Hi all,

I'm new to the Serial port communication. I tried out your coding style with a few adjustments for Visual C++ and it works. Below is my code
array<System::Byte>^ code = {0xFE, 0x46};
this->port->Open();
this->port->Write(code, 0, code->Length);
this->port->Close();
However there seems ...
by Phutisarn
Wed Nov 12, 2008 6:01 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Is it possible to setup GLK12232-25-SM in this format
Replies: 2
Views: 3734

Is it possible to setup GLK12232-25-SM in this format

Hi,

I just purchased the GLK12232-25-SM last week and so far it's a great device.
I'm wondering about the ability of what kind of layout can it display.
I tried to go around the manual but I'm not sure if I'm missing something.

I attached the layout of what I wanted my LCD to look like.
There is 2 ...