Search found 158 matches

by Tino
Tue Jun 10, 2014 12:02 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Vertical Alignment of Font 2 Characters
Replies: 1
Views: 2706

Re: Vertical Alignment of Font 2 Characters

Hi Sheetsjf, The Vertical and Horizontal justification does not modify the font bitmaps, it sets where the font bitmaps are placed within the label. You could use a different font or you may need to modify the font bitmaps. Another thing that could help is the size of the font can affect how the tex...
by Tino
Tue Jun 10, 2014 10:28 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: What is IFER ?
Replies: 12
Views: 7870

Re: What is IFER ?

Hey Adrian, All Network Info is doing is reading data from a specific location. Which is the reason you are getting the IFER error as well because the data is not in the location the software is looking for. It wont damage your motherboard because it is only reading data. Here is a link to the LCDC ...
by Tino
Tue Jun 10, 2014 10:13 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Matrix Orbital LK204, trying to get started
Replies: 1
Views: 2557

Re: Matrix Orbital LK204, trying to get started

Hi Avinitlarge, In your sketch you are using the "LiquidCrystal" Library. This Library is for Parallel displays which your LK204 is not. We have an Arduino example on our support site which uses I2C with the Arduino which could help give you an idea on how to get your code running here: ht...
by Tino
Mon Jun 09, 2014 8:27 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: What is IFER ?
Replies: 12
Views: 7870

Re: What is IFER ?

Hi Adrian,

So far I haven't found a solution to this issue no.

Also this should not cause any damage to your motherboard.

Thanks for posting on our forums.
In the mean time if you do find a solution please feel free to share it here.
Martino
by Tino
Tue Jun 03, 2014 8:30 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK202-25-USB and B202A-BK
Replies: 1
Views: 2267

Re: LK202-25-USB and B202A-BK

Hi Nick, Thank you for posting your question to our forums. With the B202A-BK you will want to center the connector on the Keypad header of your LK202-25-USB. In the manual for your display you can find the Pin out for the keypad header. If you center the connector on the header you will be using Ro...
by Tino
Tue May 27, 2014 8:22 am
Forum: General Chat
Topic: Will this display suit my needs?
Replies: 1
Views: 10487

Re: Will this display suit my needs?

Hi Triplestyle, There are software programs that could feed the temperature probe information to the display. For example LCDC has a plugin that does this. We also have an AppNote that reads the temperature using a Dallas One-Wire Temperature probe and writes it to the display. The App Note can be f...
by Tino
Tue May 20, 2014 11:39 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK162A-4T-TCI
Replies: 9
Views: 5948

Re: LK162A-4T-TCI

Hi Dvlindskyz, Sorry for the delay. Here is some example code that should be of some help to you. I am using the default values for the keys. Thank you Martino #include <Windows.h> #include <stdint.h> #include <stdio.h> #include <conio.h> DWORD bytes = 0; DWORD bytes_written = 0; HANDLE port; char k...
by Tino
Fri May 16, 2014 3:11 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Problem with Sending/Displaying Animation to GLK240128-25
Replies: 7
Views: 7842

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

Hi Jason, Your code is correct. There is only one thing. Your ID is too high. The manual is incorrect and I will be forwarding this information to have the manual corrected. For the Animation you are limited to use IDs 0-16. Also you are limited to 32 frames per animation. I apologize for any inconv...
by Tino
Fri May 16, 2014 10:52 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Problem with Sending/Displaying Animation to GLK240128-25
Replies: 7
Views: 7842

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

Hi, I see a couple things in you code setting up the animation data. You are missing the Times for eight of the bitmaps that are being uploaded. You need to have a Time in for each bitmap that is being displayed. Next you will need to update the Offsets after the Times are added into your code. Plea...
by Tino
Tue May 13, 2014 8:13 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK162A-4T-TCI
Replies: 9
Views: 5948

Re: LK162A-4T-TCI

Hi Dvlindskyz,

I am using a Windows based computer yes.

There isn't really a suggested method, the method is totally up to you.
I was just giving you an example as to how I am getting my key press values.

Martino
by Tino
Mon May 12, 2014 9:28 am
Forum: GX and Typhoon
Topic: gx typhoon, winamp screen lockup
Replies: 20
Views: 37887

Re: gx typhoon, winamp screen lockup

Hi Maximus,

A program that I know is compatible with the GX is MediaPortal.

I am unsure of LCD Smartie's compatibility with the GX. I myself was unable to get it to work.

Thank you
Martino
by Tino
Mon May 12, 2014 8:52 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK162A-4T-TCI
Replies: 9
Views: 5948

Re: LK162A-4T-TCI

Hi,

It would be completely up to you, whichever works best for your system. Currently I myself am using ReadFile to get my key presses.

Thanks again for posting on our forums.
Martino
by Tino
Thu May 08, 2014 2:05 pm
Forum: GX and Typhoon
Topic: gx typhoon, winamp screen lockup
Replies: 20
Views: 37887

Re: gx typhoon, winamp screen lockup

Hey darkvader

Sure, if you send that to me we can take a look at it here.

Thank you
Martino
by Tino
Thu May 08, 2014 10:28 am
Forum: GX and Typhoon
Topic: gx typhoon, winamp screen lockup
Replies: 20
Views: 37887

Re: gx typhoon, winamp screen lockup

Hi Maximus,

Unfortunately there is no update as of yet for this issue.

There also isn't any known alternative program that we have found yet either.

If you do come across any please share!
Thank you
Martino
by Tino
Thu May 08, 2014 8:40 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: LK162A-4T-TCI
Replies: 9
Views: 5948

Re: LK162A-4T-TCI

Hi, Thank you for posting on our forums! When a key is pressed the manual does describe this as "Key Down" and "Key Up" for when the key is released. When you are assigning the Key values the values will always be remembered. You can see what commands are remembered and which are...