Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
2008-06-14: Version 0.0.10-jw4 - clean up in po-dir - removed support for old vdr versions (VDR >= 1.6 required) - rearranged targets in the makefile according to a discussion in the VDR mailing list - new makefile target "srcdoc" to generate source code documentation - Improved the 'i18n' target in the Makefile to avoid unnecessary work as suggested by vdr-1.5.11 - updated german translations - fixed translation of DESCRIPTION - added italian translation (provided by Diego Pierotto <vdr-italian@tiscali.it>) - fixed displaying the the shortend title of the "Schedule" menu - fixed implementation of cLcdFeed::OsdStatusMessage to handle a call with message = NULL correctly - implemented char conversion to support vdr systems running with charsets different than ISO-8859-1. Remember, that the range of characters which can be displayed is limited by the lcdproc core and is therefore not extended. (thanks for debugging and testing to - Ville Aakko <ville.aakko@gmail.com>, - MichaelB <http://www.vdr-portal.de/board/profile.php?userid=12822> - Joe_D <http://vdrportal.de/board/profile.php?userid=20491> ) |

Quoted
hast du die Möglichkeit dein Plugin auch für
FutabaVFDs zu erweitern??
Die Ansteuerung der Hardware ist, wie gesagt, Sache von LCDproc.
Quoted
Original von Ingöö
hast du die Möglichkeit dein Plugin auch für
FutabaVFDs zu erweitern??
Ich hab auch nur ein 2-zeiliges Displayund da klappt das schon immer.
Quoted
Original von Norbert Holze
kann man das Plugin für eine 2Zeilige Darstellung (imon, Antec Fusion) anpassen?
Mir fehlt leider ein Hinweis auf eine laufende Aufnahme.
Quoted
Original von SHF
theonlychriss hatte auch mal was speziell für iMon-Displays gestrickt (siehe Link).
This post has been edited 1 times, last edit by "Norbert Holze" (Aug 17th 2008, 10:37am)
Quoted
theonlychriss hatte auch mal was speziell für iMon-Displays gestrickt (siehe Link).
).|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
2008-08-20: Version 0.0.10-jw4-iMON-LCD-patched-pre3 (proposal by Christian Leuschen) - introduced support for the extra-symbols of the Soundgraph iMon-LCD. - implemented displaying the "Audio-track" to mimic the OSD. - implemented a graphical spectrum analyzer (works with vdr-span in connection with vdr-music, patched vdr-cdda, patched vdr-mp3). - improved the display on small (2*20 / 2*16) displays. - updated german translations - implemented the backlight-state setting by an external script. I just propose this, can easily be disabled in the code. - changed the distribution-package-format to .bz2 - As this is a proposal, a discussion about features is welcome! |
|
|
Source code |
1 |
Bus 005 Device 002: ID 15c2:ffdc SoundGraph Inc. iMON PAD Remote Controller |
Quoted
Das LCDProc 0.5.2 ist gepatched mit lcdproc-0.5.2-imonlcd-0.3.patch
.This post has been edited 1 times, last edit by "theonlychriss" (Aug 22nd 2008, 4:08pm)
|
|
Source code |
1 2 3 4 5 |
Aug 22 16:38:08 [root] Starting LCDd Aug 22 16:38:08 [LCDd] Could not open driver module /usr/local/lib/lcdproc/imonlcd.so: /usr/local/lib/lcdproc/imonlcd.so: undefined symbol: lround Aug 22 16:38:08 [LCDd] Driver [imonlcd] binding failed Aug 22 16:38:08 [LCDd] Could not load driver imonlcd Aug 22 16:38:08 [LCDd] There is no output driver Aug 22 16:38:08 [LCDd] Critical error while initializing, abort. |
|
|
Source code |
1 2 3 4 |
aclocal && autoconf && automake ./configure --enable-drivers=imonlcd make make install |
This post has been edited 1 times, last edit by "MegaV0lt" (Aug 22nd 2008, 5:01pm)