Search found 8 matches

by MarkuzLS1
Mon Jan 26, 2009 3:34 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Strange behaviour with horizontal graphs on MX4?
Replies: 3
Views: 4380

Yeah, I don't have any intention of using bars in different directions, simultaneously. Really, what I've got coded up, right now, only draws them from left to right. I don't really see that changing. I appreciate the help.
by MarkuzLS1
Sun Jan 25, 2009 5:05 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Strange behaviour with horizontal graphs on MX4?
Replies: 3
Views: 4380

Strange behaviour with horizontal graphs on MX4?

Am I doing this wrong, or something? I've got an MX4 and I'm graphing my CPU usage with a horizontal graph. I call my InitGraph() function first: unsigned long CLCDControls::InitGraph() { unsigned long writeCount = 0; BYTE writeArray[2] = {0xFE, 0x68}; writeCount = WriteToPort(writeArray, 2); return...
by MarkuzLS1
Sun Jun 10, 2007 5:11 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Stopping fans bad?
Replies: 0
Views: 5024

Stopping fans bad?

Is stopping the fans bad? My LCD unit just burned up a couple of days ago when I stopped them. Just wondering if that's against the rules or if I had a bad unit.

Click Here for details
by MarkuzLS1
Sat Jun 09, 2007 9:33 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Magic smoke:
Replies: 0
Views: 5013

Magic smoke:

I have a I had a MX233 LCD display that I was coding up my own controller for. It did CPU monitoring and displayed it on the screen and all sorts of fun stuff. Since it had the fan controller stuff, it was easy enough to manipulate the fan speeds through software. I decided to code up a controller t...
by MarkuzLS1
Tue Nov 07, 2006 3:55 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Visual C++ development:
Replies: 5
Views: 7934

Nevermind...I figured it out.
by MarkuzLS1
Tue Nov 07, 2006 3:47 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Visual C++ development:
Replies: 5
Views: 7934

I've got a MX233 display, I'm not sure which manual it is that I'm supposed to be looking at...
by MarkuzLS1
Tue Nov 07, 2006 7:37 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Visual C++ development:
Replies: 5
Views: 7934

Visual C++ development:

I'm a VC++ programmer, by trade, and I was looking to code up a little control program for my MX display. Is there a place, here or on the CD, that I can find descriptions for what you need to write to the port to have the desired effect? And what you can read from the port? I found a link on here t...
by MarkuzLS1
Sun Nov 05, 2006 8:47 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Windows Programming with C and Win32 API
Replies: 7
Views: 13486

Does anybody have this? The link seems to be dead.