Search found 24 matches

by niston
Thu Oct 16, 2014 7:23 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Built around an MXO GLK display!
Replies: 5
Views: 5532

Re: Built around an MXO GLK display!

Glad you got it to work :) Concerning the piezo beep: As you might have noticed, a beep is only issued when the command (user interaction) is actually understood by the software, and can be executed in the current state. That's my reasoning behind not using the built-in beep function. As for volume ...
by niston
Thu Oct 16, 2014 7:04 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Mogd# crashed while uploading font
Replies: 13
Views: 11125

Re: Mogd# crashed while uploading font

The funny thing is, this doesn't happen on Linux/mono.
I have not yet come around to try on my 32bit Windows netbook.
by niston
Thu Oct 16, 2014 11:05 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Mogd# crashed while uploading font
Replies: 13
Views: 11125

Re: Mogd# crashed while uploading font

Hi Troy,

Sorry for late reply, I was out on the road.
Yeah, the notorious BassMIX ;-)
It's a BASS addon that can be downloaded from http://www.un4seen.com/bass.html#addons. Just put it in the same folder with sirp.exe.

I edited the documentation page on codeplex to reflect these requirements.
by niston
Tue Oct 14, 2014 5:18 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Mogd# crashed while uploading font
Replies: 13
Views: 11125

Re: Mogd# crashed while uploading font

You need to get the BASS Audio Library from http://www.un4seen.com/bass.html . If you have it, copy the bass.dll to the folder where sirp.exe resides. For me, that's usually the \bin\Debug folder. Also create a codecs folder there and optionally put any BASS plugins, the AAC one perhaps, into the co...
by niston
Tue Oct 14, 2014 3:12 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Built around an MXO GLK display!
Replies: 5
Views: 5532

Re: Built around an MXO GLK display!

Troy, I added the LCD fonts I'm using to codeplex. You may wish to program your LCD with these font ids: public const short FONT_MONO_DEFAULT = 1; // default monospace font public const short FONT_PROP_LARGE = 2; // default large proportional font public const short FONT_PROP_SMALL = 3; // font &quo...
by niston
Sat Oct 11, 2014 7:35 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Mogd# crashed while uploading font
Replies: 13
Views: 11125

Re: Mogd# crashed while uploading font

As promised earlier, here's my code:

https://sirp.codeplex.com/

Holler at me if you need help setting it up :)
by niston
Sat Oct 11, 2014 7:30 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Built around an MXO GLK display!
Replies: 5
Views: 5532

Built around an MXO GLK display!

I'd like to present to you my little embedded project, built around a GLK series display:

Image

More info: http://niston.wordpress.com/2014/10/10/ ... tream-one/
The Firmware: http://sirp.codeplex.com/
by niston
Wed Oct 08, 2014 10:39 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Mogd# crashed while uploading font
Replies: 13
Views: 11125

Re: Mogd# crashed while uploading font

Hi Raquel, Name's actually Chris, I meant thanks in advance :P Anyways, the crash was exactly as described in my other thread: http://www.lcdforums.com/forums/viewtopic.php?f=1&t=6582 . So I conclude that either my development machine has a faulty USB subsystem (funny though, everything else wor...
by niston
Wed Oct 08, 2014 9:50 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bug in 64bit Driver on Windows?
Replies: 9
Views: 10037

Re: Bug in 64bit Driver on Windows?

More teasing :-P

Image Image
Image Image
by niston
Wed Oct 08, 2014 4:06 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Mogd# crashed while uploading font
Replies: 13
Views: 11125

Mogd# crashed while uploading font

Mogd# crashed on me while I was uploading a font to the display (id 7). It must have corrupted something, because now I can't overwrite the font (id 7) anymore. Any way to fix this? Also, is there an inverted version of the font "clear"? Using the "invert font" option in Mogd# pr...
by niston
Fri Oct 03, 2014 4:00 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Screen capture utility
Replies: 1
Views: 3297

Screen capture utility

lcdump.exe is a small console app that creates monochrome BMP screen captures of a GLK19264A or any other MXO display that supports the "Read Screen" command. This should come in handy for debugging and documentation purposes. Works on Windows (.NET) and Linux (mono). http://i.imgur.com/Z...
by niston
Thu Oct 02, 2014 5:04 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GPOUT Header Specs
Replies: 3
Views: 4721

Re: GPOUT Header Specs

2.54mm gotcha, thanks!
by niston
Thu Oct 02, 2014 4:05 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GPOUT Header Specs
Replies: 3
Views: 4721

GPOUT Header Specs

I'd like to wire up the GPOUTs on my GLK19264.
What connector part do i need to order?

TIA
by niston
Thu Oct 02, 2014 2:59 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bug in 64bit Driver on Windows?
Replies: 9
Views: 10037

Re: Bug in 64bit Driver on Windows?

Hey Troy,

Hold a little longer, I will post some source to codeplex pretty soon. Here's a little teaser:

Image
by niston
Fri Sep 26, 2014 9:03 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Bug in 64bit Driver on Windows?
Replies: 9
Views: 10037

Re: Bug in 64bit Driver on Windows?

Just tried through a hub on a different port, same problem. Will check on a 32bit machine as soon as I get around to it. But it looks as if I'm not alone: http://stackoverflow.com/questions/18729146/system-io-ioexception-a-device-attached-to-the-system-is-not-functioning-c-shar This is exactly my sc...