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,
Is it possible to setup GLK12232-25-SM in this format
Is it possible to setup GLK12232-25-SM in this format
- Attachments
-
- GLK12232-25-SM-Request.gif (46.72 KiB) Viewed 3732 times
-
- Matrix Orbital
- Posts: 745
- Joined: Thu Dec 13, 2001 4:00 pm
- Location: Earth.... I think..
- Contact:
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.
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.