Page 1 of 1

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

Posted: Wed Nov 12, 2008 6:01 am
by Phutisarn
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 area that I want it to keep seperated (can update only one side and does not have to erase other size).
1 box is the 2 digits number.
1 box is 4 lines of text.
The top text is larger than other and the rest can be selected.

I'm using Visual C++ (2005). Please advise direction to create this layout if it is possible.

Truly appreciated,

Posted: Wed Nov 12, 2008 7:11 am
by Ray
Shouldn't be more difficult then using mogd# to create 3 fonts with the prefered sizes and upload them.

then using the rectangle command to draw the two boxes,

use the fill rectangle command to clean the inside of a box when needed to refresh its content.

Select a font, locate the cursor at a pixel location where you want the text

send the text.

Posted: Wed Nov 12, 2008 7:20 am
by Phutisarn
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.