home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Display driver for vfd Futaba MDM166A in minidisplay plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Stéphane Lenclud" data-source="post: 1090423" data-attributes="member: 140174"><p>It's a graphic display so you just send your pixels. It's up to you to compose an image with two lines of characters. My code is published at <a href="http://hg.slions.net" target="_blank">http://hg.slions.net</a> .</p><p>You want to look at MiniDisplay which build a DLL and SharpMiniDisplay which provides a very basic UI from which you can drive your display.</p><p>Those are very early draft though. For now I only support GP1212A01A.</p><p>The DLL is C++ and does the HID connection and implements the protocol.</p><p>The C# application renders the display in a container and sends it to the device.</p><p>The idea is to implement a client server solution much like SoundGraph did for iMON so that multiple applications can publish informations on your display.</p><p>It's still very early work but you could reuse some of those concept to implement multi-line in you MP driver.</p><p>I'll try support that MDM166A eventually but don't hold your breath.</p></blockquote><p></p>
[QUOTE="Stéphane Lenclud, post: 1090423, member: 140174"] It's a graphic display so you just send your pixels. It's up to you to compose an image with two lines of characters. My code is published at [url]http://hg.slions.net[/url] . You want to look at MiniDisplay which build a DLL and SharpMiniDisplay which provides a very basic UI from which you can drive your display. Those are very early draft though. For now I only support GP1212A01A. The DLL is C++ and does the HID connection and implements the protocol. The C# application renders the display in a container and sends it to the device. The idea is to implement a client server solution much like SoundGraph did for iMON so that multiple applications can publish informations on your display. It's still very early work but you could reuse some of those concept to implement multi-line in you MP driver. I'll try support that MDM166A eventually but don't hold your breath. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Display driver for vfd Futaba MDM166A in minidisplay plugin
Contact us
RSS
Top
Bottom