[WINDOWS] Add native LCD and VFD display support to XBMC for Windows source code?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sanssome Offline
Junior Member
Posts: 5
Joined: Feb 2008
Reputation: 0
Question  [WINDOWS] Add native LCD and VFD display support to XBMC for Windows source code? Post: #1
Can someone point me to where in the source tree the VFD LCDproc code exists? I know this is working on Linux and I'm interesting in building a patch to support my Hiper's Futaba VFD and possibly build something rather generic that relies on PD code already out there to interface to other VFDs as well.
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,508
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #2
I really have no experience with the LCD code but you might wanna have a look at LCD.cpp and LCDfactory.cpp in XBMC\xbmc\utils.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
zyxel13 Offline
Member+
Posts: 70
Joined: Dec 2008
Reputation: 0
Post: #3
Hi sanssome,

following the links to 2 files containg functional code and demo for the Futaba Display.

http://www.grsnet.net/Scaleo_VFD_source.zip
http://www.grsnet.net/VFDControl.zip

Here more Infos for the Display and the Buttons:
http://www.mythtv.org/wiki/index.php/Futaba

It would be great if xbmc windows would be able to drive a vfd display and
use the control buttons (play,stop, ffw, fbw, etc) located on the front of many cases.

Cheers,
Konstantin
find quote
DragonFly Offline
Senior Member
Posts: 211
Joined: Jun 2008
Reputation: 0
Location: The Netherlands
Post: #4
Whoa! It would be great if you can develop a plugin for this VFD. I currently own a SCALEO E with the same VFD display.

Have a chat with Mrz (see http://forum.xbmc.org/showthread.php?tid=32797) who has written a plugin for the iMon VFD
find quote
andye26 Offline
Member
Posts: 85
Joined: Sep 2008
Reputation: 0
Post: #5
Hi
Does your display work with LCD smartie?
If so I can give you a modified version of xbmc which will allow you to get film title and duration, music title and duration ,picture filename and resolution.

Works well but has issues with videos with no video info but best I can manage with my very limited knowledge.

Andy
find quote
Nindae Offline
Junior Member
Posts: 1
Joined: Jan 2009
Reputation: 0
Post: #6
Hi,
I'm also an owner of a SCALEO E and have ivestigated the possabilities to output text on the front display.
I found an interface written i c# by a german guy ( can't remeber his name ).
To create a quick test application I used the multicast messages which xbmc sends out. Messages are sent when play back are started, stoped and track is changed.
My test app is listening for the multicast messages and outputs the Artist - Track title on the display.
So basicaly this is a stand alone application which consumes output from XBMC.
I don't have any time to follow up this first test shot, but if you are interested in my exaple let me know.
find quote
DragonFly Offline
Senior Member
Posts: 211
Joined: Jun 2008
Reputation: 0
Location: The Netherlands
Post: #7
I'm really interested in your app and progress, Nindae!

It would be nice to have the VFD display something diffrent than just "SCALEO E"

A (fully) working VFD can be very usefull to browse your music collection and play something without powering on your (large power consuming) TV. This works in Mediaportal and it would be great if this could eventualy work on XBMC.
(This post was last modified: 2009-01-10 20:31 by DragonFly.)
find quote
zyxel13 Offline
Member+
Posts: 70
Joined: Dec 2008
Reputation: 0
Post: #8
andye26 Wrote:Hi
Does your display work with LCD smartie?
If so I can give you a modified version of xbmc which will allow you to get film title and duration, music title and duration ,picture filename and resolution.

Works well but has issues with videos with no video info but best I can manage with my very limited knowledge.

Andy

Hi Andy,
sorry for the Delayed anwer.
Never tryed LCD Smartie, but i just downloaded it and will try it.
What did y changed in the XBMC code to make it working Confused?

Cheers,
Konstantin
find quote
zyxel13 Offline
Member+
Posts: 70
Joined: Dec 2008
Reputation: 0
Post: #9
Nindae Wrote:Hi,
I'm also an owner of a SCALEO E and have ivestigated the possabilities to output text on the front display.
I found an interface written i c# by a german guy ( can't remeber his name ).
To create a quick test application I used the multicast messages which xbmc sends out. Messages are sent when play back are started, stoped and track is changed.
My test app is listening for the multicast messages and outputs the Artist - Track title on the display.
So basicaly this is a stand alone application which consumes output from XBMC.
I don't have any time to follow up this first test shot, but if you are interested in my exaple let me know.


Hello Nindae,

yes I would like to try you application if Possible.

Thanky
Konstantin
find quote
andye26 Offline
Member
Posts: 85
Joined: Sep 2008
Reputation: 0
Post: #10
Konstantin
All I did was create a new http command called getlcd (modified version of getcurrentlyplaying) which outputs a small web page with information more suitable for a lcd.
The plugin for lcdsmartie just reads the text from some lines on this web page.

Andy
find quote
Post Reply