Joined: Sat Nov 22, 2003 9:02 Posts: 4
|
I have a zworld op6400 256 x 128 graphic / 32 x 16 text touchscreen display it is controlled by a serial interface using a vt100 terminal emulater or direct serial comucation using the included dynamic C library driver.
This unit has on board software and memory for displaying stored graphic screens and processing input from the touchpanel.
The unit is dated 1997 and that means the library and sample program code must be converted to work with .NET and that isnot going to well so I would like to know if I can interface this display with LCDInfo using the vt100 commands for this display for example to display text at the upper left hand corner the command from vt100 terminal is
TD 01 01 "Hello" [CR]
TD [XC] [YC] ["text" [CR]
and to draw a white pixel
GP 1 000 000
GP [C] [X] [Y]
and there are dozens of other commands (40 pages of them).
I have all orignal manuals and software for this devkit if anybody would like to assist me in bringing this LCD to life.
|
|