Search found 588 matches

by Ray
Tue Jul 10, 2007 10:23 am
Forum: GX and Typhoon
Topic: No MCE and IR Plugin??
Replies: 20
Views: 35504

Not much to tell there, with the gx you are no longer locked to one application to do it all for you like the serial units. The MCE app for the gx runs fine next to Lcdstudio or any other application you migh run (or write your selve) .
by Ray
Tue Jul 10, 2007 1:29 am
Forum: GX and Typhoon
Topic: No MCE and IR Plugin??
Replies: 20
Views: 35504

Microsoft defines two ehome emulation standards


Types of Emulation Devices
IR Transceiver Version 2 emulator: a device that can receive IR input from a remote and can transmit IR to control a set-top box, such as a TV signal cable box or a satellite box.
IR Receiver Version 3 emulator: a device ...
by Ray
Mon Jul 09, 2007 10:03 pm
Forum: GX and Typhoon
Topic: No MCE and IR Plugin??
Replies: 20
Views: 35504

The front panel support for mce will not be done by lcdstudio, it will have its own application. for IR support nothing is needed inside studio, the GX follows the microsoft ehome reciever specifications so windows will pick up on it out of the box without any additional software.
by Ray
Sat Jul 07, 2007 6:13 am
Forum: GX and Typhoon
Topic: Other Software support
Replies: 3
Views: 8733

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 ...
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: 5958

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 ...
by Ray
Tue Jun 12, 2007 1:24 am
Forum: GX and Typhoon
Topic: Typhoon Versions
Replies: 11
Views: 21107

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: 6927

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: 6927

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 ...
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: 4132

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: 8101

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: 4620

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: 6876

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 ...
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: 6746

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 ...
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: 6430

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: 9769

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 ...