Search found 158 matches

by Tino
Fri Jun 20, 2014 9:35 am
Forum: GX and Typhoon
Topic: Used to work, now I have colour only
Replies: 1
Views: 9189

Re: Used to work, now I have colour only

Hi Gavin,

Does the Display Wizard detect your GX Typhoon?

Thank you
Martino
by Tino
Thu Jun 19, 2014 3:07 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Problem with Sending/Displaying Animation to GLK240128-25
Replies: 7
Views: 7841

Re: Problem with Sending/Displaying Animation to GLK240128-2

Hi Jason, How are you sending the "Upload Script File" to the display? If you could post an example that could help with figuring out the issue you are having. The ID of the script value should be between 0 -1023. I've tested 255 and it works for me. So maybe it could be how you are sendin...
by Tino
Wed Jun 18, 2014 8:49 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Degrees symbol
Replies: 9
Views: 6956

Re: Degrees symbol

HI, Custom characters are store in display with the DEC values of 0 -7. As described in the manual there are 5 sets saved to memory. To use a custom character: 1. Send the "Load Custom Character" command with the bank you want (0-4) 2. Either send "Create a Custom Character" or &...
by Tino
Tue Jun 17, 2014 12:05 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Degrees symbol
Replies: 9
Views: 6956

Re: Degrees symbol

Hi,

You are welcome.

In the manual you can see the example for a custom character builds a C with the degrees sign with it all as one character.

Again thank you for posting to our forums.
Regards,
Martino
by Tino
Tue Jun 17, 2014 10:06 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Degrees symbol
Replies: 9
Views: 6956

Re: Degrees symbol

Hi, Thank you for the image. That is the Closest to the Degrees symbol in the font loaded into your display. You can find the Character Map in you manual here: http://www.matrixorbital.ca/manuals/LK_Series/LK204-25/ You can also create a custom character to use as your degrees symbol. Thank you Mart...
by Tino
Tue Jun 17, 2014 9:02 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Degrees symbol
Replies: 9
Views: 6956

Re: Degrees symbol

Hi,

It doesn't look like you are missing anything.
What is being written to the display when you send the lcd.print((char)178)?

Could you post a image of the character being written?

Thank you
Martino
by Tino
Tue Jun 17, 2014 8:26 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Degrees symbol
Replies: 9
Views: 6956

Re: Degrees symbol

Hi,

Which Matrix Orbital display are you using?

Thank you for posting on our forums.
Martino
by Tino
Tue Jun 17, 2014 8:25 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204 Not returning key release? (i2c mode, polling)
Replies: 7
Views: 5363

Re: LK204 Not returning key release? (i2c mode, polling)

Hi,

You are very welcome.
Thanks again for bringing this to our attention.

Martino
by Tino
Mon Jun 16, 2014 2:47 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204 Not returning key release? (i2c mode, polling)
Replies: 7
Views: 5363

Re: LK204 Not returning key release? (i2c mode, polling)

Hi, The command: 0xFE /*Command*/ 0x7E /*Set Auto Repeat*/ 0x01 /*Off*/ Sending 0x01 does not set the Auto Repeat to off it sets the Auto Repeat Mode to "Typematic" mode. Which will send the Up and Down key values. This is a error in the manual which I have forwarded on to have it fixed. T...
by Tino
Mon Jun 16, 2014 2:01 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204 Not returning key release? (i2c mode, polling)
Replies: 7
Views: 5363

Re: LK204 Not returning key release? (i2c mode, polling)

Hi

The "Auto Repeat Mode Off" command turns the Auto Repeat off.
By Default it is set to On.

When you set the Auto Repeat Mode you also turn the Auto Repeat Mode to on.

If you have any other questions please feel free to ask.
Again thank you for posting.
Martino
by Tino
Mon Jun 16, 2014 1:21 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204 Not returning key release? (i2c mode, polling)
Replies: 7
Views: 5363

Re: LK204 Not returning key release? (i2c mode, polling)

Hi,

Did you try changing the Auto Repeat Mode?
If you keep Auto Repeat Mode on and set to Typematic you should receive the Up and Down values of each key when pressed and released.

Thank you,
Martino
by Tino
Fri Jun 13, 2014 8:09 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204 Not returning keypresses when polled
Replies: 4
Views: 4445

Re: LK204 Not returning keypresses when polled

Hi,

That's great!

Thank you, I will forward that on to have the command also noted in the I2C set up section of the manual to help avoid the confusion.

Again thank you for posting on our forums.
If you have any other questions or concerns please feel free to ask.
Thank you
Martino
by Tino
Thu Jun 12, 2014 3:02 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK204 Not returning keypresses when polled
Replies: 4
Views: 4445

Re: LK204 Not returning keypresses when polled

Hi, Have you set the transmission protocol to I2C? If not send the "Transmission Protocol Select" and set the Protocol to I2C. This will set the display to transmit data to the host in I2C. You can also find some general I2C development information that could help here: http://www.matrixor...
by Tino
Thu Jun 12, 2014 8:39 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: What is IFER ?
Replies: 12
Views: 7867

Re: What is IFER ?

Hi Adrian,

I will continue to look at this, time permitting.

If you come to a solution please feel free to post it here.

I will do the same if I find one myself.

Thank you
Martino
by Tino
Wed Jun 11, 2014 8:57 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: What is IFER ?
Replies: 12
Views: 7867

Re: What is IFER ?

Hi Adrian,

sorry I posted the wrong link there. It was supposed to be this one:
http://forums.lcdc.cc/index.php?showtopic=3815

My apologies for the confusion.

Thanks
Martino