Posts: 5
Joined: Feb 2008
Reputation:
0
2008-11-18, 00:37
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.
Posts: 2,745
Joined: Oct 2003
Reputation:
1
WiSo
Team-Kodi Developer
Posts: 2,745
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.
Posts: 85
Joined: Sep 2008
Reputation:
0
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
Posts: 1
Joined: Jan 2009
Reputation:
0
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.
Posts: 329
Joined: Jun 2008
Reputation:
1
2009-01-10, 18:33
(This post was last modified: 2009-01-10, 20:31 by DragonFly.)
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.
Posts: 85
Joined: Sep 2008
Reputation:
0
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
Posts: 329
Joined: Jun 2008
Reputation:
1
As far as I know the formentioned dm-140gink is not yet supported by programs like LCDhype, LCDsmartie etc