Hello,
her is a initial release of vdr-plugin-imonlcd
This is plugin for the Video Disc Recorder and shows information about the current state of VDR on iMON LCD.
More details at: http://projects.vdr-developer.org/wiki/plg-imonlcd
Core feature:
* native integration, to show VDR states * use freetype fonts * UTF-8 support
Enjoy, Andreas
Hi Andreas,
I appreciate your effort. I have imon with tft display. My device ID is 15c2:0036. I use now lcdproc plugin. Is possible to include device 15c2:0036 to your plugin?
BR
Marky
-----Original Message----- From: vdr-bounces@linuxtv.org [mailto:vdr-bounces@linuxtv.org] On Behalf Of Andreas Brachold Sent: Friday, May 22, 2009 12:44 PM To: vdr@linuxtv.org Subject: [vdr] Initial release of vdr-plugin-imonlcd
Hello,
her is a initial release of vdr-plugin-imonlcd
This is plugin for the Video Disc Recorder and shows information about the current state of VDR on iMON LCD.
More details at: http://projects.vdr-developer.org/wiki/plg-imonlcd
Core feature:
* native integration, to show VDR states * use freetype fonts * UTF-8 support
Enjoy, Andreas
_______________________________________________ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hello,
Marek Hajduk wrote:
I appreciate your effort. I have imon with tft display. My device ID is 15c2:0036. I use now lcdproc plugin. Is possible to include device 15c2:0036 to your plugin?
Sorry, i don't known other devices than my own LCD 15c2:0038.
I found only follow statement about this device: ---------- The 0036 device is a VFD, which means it only takes straight text to display on the panel. The 0038 device is an LCD display, which supports bitmap drawing (custom fonts / graphics) and various icons around the display. ----------
This plugin has the intention for graphic text drawing and ( for me importantly ) control icons and progressbars around text area.
Any pure text (like yours VFD? ) should work with lcdproc-Plugin and any pure graphic-LCD should implement by graphlcd-plugin.
Andreas