Create a standalone Tool with Dinovo LCD Support. Please help (1 Viewer)

Stryder2k6

New Member
December 21, 2006
4
0
Hello,

as far as i know the external display plugin for Media Portal is the only program that can control the LCD Display of the Logitech Dinovo MediaPad.
My idea was to create a standalone Program which can be used for showing informations on the display. I know that this has nothing to do with MediaPortal :oops: but I want to ask if someone can help me with implementing the Code from External Display plugin?

I got the source code of this plugin and tried to send a text string to the display of my Dinovo. But i cant get it working.
Can someone help me please? I am would be very appreciative. :D

Some infos:
I am working with SharpDevelop 2.2. I took the MediaPad.cs file and created a Starting class in a second .cs file.

My code so far is:
ProcessPlugins.ExternalDisplay.Drivers.MediaPad mp = new ProcessPlugins.ExternalDisplay.Drivers.MediaPad();

mp.Initialize();
mp.CleanUp();
mp.SetLine(2,"Test");

Ok I got it working. If I am ready with the Program i will report it here.

----
in German:

Hallo,

soweit ich weiß ist das External Display plugin für Media Portal das einzige Programm das das LCD Display vom Logitech Dinovo MediaPad ansteuern kann.
Meine Idee war ein Programm zu programmieren, welches Informationen auf dem Display anzeigen kann. Ich weiß das das nichts mit MediaPortal zu tun hat :oops: aber ich wollte fragen ob mir vielleicht jemand helfen kann den Code vom External Display plugin zu integrieren?

Ich habe den Source Code von diesem Plugin heruntergeladen und habe versucht einen Text String auf dem Display meiner Dinovo anzuzeigen. Aber leider hat das nicht geklappt.

Kann mir bitte jemand helfen? Ich wäre wirklich sehr dankbar. :D

Einige Infos:
Ich arbeite mit SharpDevelop 2.2. Ich habe die MediaPad.cs Datei genommen und habe eine Start Klasse in einer zweiten .cs Datei erstellt.

Mein Code bis jetzt ist:

ProcessPlugins.ExternalDisplay.Drivers.MediaPad mp = new ProcessPlugins.ExternalDisplay.Drivers.MediaPad();

mp.Initialize();
mp.CleanUp();
mp.SetLine(2,"Test");


Ok Ich habe es hinbekommen. Wenn ich mit dem Programm fertig bin werde ich mich hier melden.
 

Users who are viewing this thread

Top Bottom