Search found 585 matches

by Ray
Sat Jul 07, 2007 6:13 am
Forum: GX and Typhoon
Topic: Other Software support
Replies: 3
Views: 6528

Re: Software Link You Will Need

Driver Core: The engine that makes everything go, so no Drivercore, no LCD, no information on the GX Typhoon Does this mean Typhoon will not be able to work with LCD Smartie ( http://lcdsmartie.sourceforge.net ), Axcis Dashboard ( http://www.axcis.com.au ), Media Center Magic FrontView ( http://www...
by Ray
Fri Jul 06, 2007 10:33 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Scroll Top Line of 2x16 LK LCD
Replies: 3
Views: 4116

Scrolling is not that hard to do it's just a bit of manipulation with strings. Assuming you already know how to talk to the display i'll skip that part. (if you don't look up a tutorial on serial communication with vb6 and use the lk manual to see what commands you can send) Lets imageine we have th...
by Ray
Tue Jun 12, 2007 1:24 am
Forum: GX and Typhoon
Topic: Typhoon Versions
Replies: 11
Views: 14835

The three colors are red, green and blue but to make it even nicer you can specifiy the brightness of each in 256 steps giving you a nice range of colors to pick from. I have a rather crappy movie of it here . I'm sorry about the lousy video and audio quality i'm sure henry's official movie will be ...
by Ray
Mon Apr 16, 2007 12:53 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Vista Ultimate x64 Am I Missing something??
Replies: 4
Views: 5385

Aslong as they all are in the same folder you should be ok.
by Ray
Sun Apr 15, 2007 4:17 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Vista Ultimate x64 Am I Missing something??
Replies: 4
Views: 5385

It is correct you cannot install by right clicking the inf and installing it but you must go through the device manager. Did you extract the complete zipfile to the folder you specified or did you only put the inf files in there? If you did extract all files to a single folder and it still complains...
by Ray
Tue Apr 03, 2007 4:28 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Large Font in LCD2041
Replies: 1
Views: 3226

Thats not possible, the LCD2041 is a character mode lcd so it's limited to the standard font thats inside the controller chip. You are allowed to define up to 8 custom characters so in theory you could be able to define 4 double line characters but thats about the best you can do on this model. The ...
by Ray
Sun Mar 25, 2007 11:56 pm
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: Font software for graphic MOP
Replies: 2
Views: 6701

You can use mogd# to generate the fonts, it generates a seperate bmp file for each ascii character it generates that should get you started.
by Ray
Fri Mar 23, 2007 1:52 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: QNX drivers for MX2
Replies: 1
Views: 3569

The MX2 uses a FTDI chip (FT232) for usb comminication, FTDI lists someone that made some drivers QNX drivers for the FT245 series in its 3rd party section over here.

You might be able to use that as a starting point or perhaps using a regular serial display would be easier to work with in QNX.
by Ray
Fri Mar 23, 2007 12:42 pm
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: Display ON / OFF Instruction
Replies: 1
Views: 5436

Display ON/OFF command on the hd44780 controls the output to the lcd (if your characters are visible or not) and the cusor (visible/invisible/blinking) the hd44780 controller has no control over the backlight at all. You do not have to check the busy flag in between nibbles only after a complete com...
by Ray
Thu Mar 22, 2007 8:17 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: MX610 screen burn in?
Replies: 4
Views: 4960

Actually it is normal, while a PLED takes over 10.000+ hours to get to its halflife (the point it's half as bright as it originally was) it's a non linear process. it loses about 25% in the first 1000 hours then slowly fade the other 25 % in the next 9000 hours. The following graph shows the degrada...
by Ray
Sat Mar 17, 2007 10:50 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Something is hijacking the MO USB COM port
Replies: 3
Views: 4537

Give Portmon a go, it can tell you which process is writing to the serial port.
by Ray
Fri Mar 02, 2007 12:02 am
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: MOP -AL162A question
Replies: 3
Views: 7688

First of all the controller needs the delays, you can't just take them out and expect it still to work those where there for a reason ;) second depending a bit on your operating system you might not have write access to the lpt port, while this was allowed in dos and earlier versions of windows (3.x...
by Ray
Thu Feb 22, 2007 1:51 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Typhoon questions.
Replies: 10
Views: 12802

The software is aimed at graphical displays so the textmode displays just can't handle it, the GLK/GLC Series could be supported but you are taking a severe framerate hit on those since they have 115k2 bandwidth at most while the GX being a full speed usb device gives you a maximum of 12Mbit.
by Ray
Thu Feb 22, 2007 12:53 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Typhoon questions.
Replies: 10
Views: 12802

Do you have any specific other display in mind?
by Ray
Thu Feb 22, 2007 12:35 am
Forum: General Chat
Topic: G15 Emulation for Matrix Orbital?
Replies: 3
Views: 8215

Logitech probably figured people would want to do that and put a chunk of their code into all aplications that use the G15 so you can't just replace some dll with one of your own and redirect output. The only way this probably could work is probably emulate the full G15 usb device using the Device S...