iMON VFD/LCD MiniDisplay driver for MediaPortal 1.1.3/1.2.1 (2 Viewers)

Status
Not open for further replies.

BigB42078

Portal Member
January 1, 2009
45
7
Home Country
United States of America United States of America
Re: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

So is this the only thread covering the iMon LCD and veris remote. I own the MicroFusion Remote 350 with LCD version for like 8 months now, and have only been able to use it as a clock. Would be great if I could use it for what it was made for.:mad::D
 

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    AW: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    Hehe, I'm waiting for the LCD version of this patch, too and have a daily check on it :p
    But I think it will still take some time...
     

    SpudR

    Retired Team Member
  • Premium Supporter
  • July 27, 2007
    2,657
    718
    Yorkshire, UK
    Home Country
    England England
    Re: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    It's all gone quiet :(
     

    robbo100

    Retired Team Member
  • Premium Supporter
  • May 5, 2009
    1,291
    308
    UK
    Home Country
    United Kingdom United Kingdom
    Re: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    It's all gone quiet :(


    ...., but I'm currently working at LCD and equalizer support.
    What is your expected release date for the LCD version???

    I don't have much time to work on that. I guess it will be finished in June.

    In fairness to stefanuhrig, there are another 28 days left in June for him to finish it :p

    Keep up the good work stefanuhrig! :D
     

    Cinnabuns

    Portal Pro
    August 2, 2009
    57
    37
    Home Country
    United States of America United States of America
    Re: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    Hi all,

    I took stefanuhrig's code and added some preliminary support for LCD screens. Try it out if you dare :D

    First off though, here's a known limitation:
    The IMON LCD API only allows for setting a single line of text at a time, while the VFD API allows for setting 2 lines of text. As a workaround, I have added an advanced settings screen where you can pick which line you prefer (line 1 or line 2). If the preferred line is not available, then the other line will be used instead.

    EDIT 2011-06-25: fixed display problem with multi-byte characters
    EDIT 2011-06-25 #2: cleaned up and attached code. Unfortunately I can't find the setting to adjust indentation spacing in Visual C# Express 2010 so the tabs do not follow the 2-space convention.
    EDIT 2011-06-26: added support for displaying media type icon (music, video, etc...) and progress via progress bar icons
    EDIT 2011-06-26 #2: display text line 2 info when line 1 is empty
    EDIT 2011-07-03: added support for speakers, video codec, audio codec, and aspect ratio icons
    EDIT 2011-07-04: added WebCasting icon for OnlineVideos plugin and Weather icon for weather plugin
    EDIT 2011-07-05: added advanced configuration to pick line display preference
    EDIT 2011-07-10: fixed issue where resume from sleep causes icons to stop displaying. Added logging for troubleshooting purposes.
    EDIT 2011-07-24: fixed bug where error logging could crash MiniDisplayHelper

    Instructions (mostly copy/paste from 1st post)
    1. Back up the binaries contained in the download that you'll be copying over :p
    2. Update to the latest version of iMON Manager (currently 8.01.0419)
    3. If you are using Windows Vista or Windows 7 with UAC enabled, close iMON Manager and restart it in Adminstrator mode
    4. Ensure that plug-in mode is enabled (iMON Manager --> Option --> Plug-in Mode --> Use Display Plug-in Mode)
    5. Make sure iMON FrontView is set to "Automatic", not "Never" (iMon Manager --> Utilities --> FrontView --> Run FrontView when IMON starts --> Automatic)
    6. Unpack the attached Binaries.zip file to your MediaPortal 1.1.3 installation folder overwriting the existing MiniDisplayLibrary.dll
    7. Start MediaPortal Configuration (automatically started in Administrator mode)
    8. Go to the MiniDisplay Plug-in configuration dialog
    9. Select type "iMON LCD for iMON Manager >= 8.01.0419"
    10. Click "Test Display" and hope that it works
    11. Before starting Media Portal, close iMON Manager and restart it in normal (non-Adminsitrator) mode
    12. Start Media Portal in normal (non-Administator) mode

    *If the above did not work, try this workaround from Rob Hexenmeister:
    I turned off UAC in control panel, applied the settings and restarted the HTPC. Loaded up Media Portal. Display now working. Exit Media Portal, reinstated UAC and restarted my system. I have no idea how or what this resolved, but it did, and my display is still operational. Very happy.


    You only need BinariesLCD.zip if you want to get the display working on your system. The other 2 zip files are the source code for the changes I've made.

    Many thanks to stefanuhrig for setting up the original framework.
     

    Attachments

    • iMONDisplayWrapper_with_LCD.zip
      19 KB
    • BinariesLCD.zip
      394.5 KB
    • MP_patch_with_LCD.zip
      19 KB

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    AW: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    works perfect ;) Thanks for your effort :)
     

    dreamcrawler

    Portal Member
    May 2, 2008
    22
    2
    Home Country
    Spain Spain
    Re: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    Hi all,

    I took stefanuhrig's code and added some preliminary support for LCD screens. Try it out if you dare :D

    First off though, here's a known limitation:
    The IMON LCD API only allows for setting a single line of text at a time, while the VFD API allows for setting 2 lines of text. Therefore, I am currently displaying only the 1st line of text.

    Yep, Tested and It works so you are on the right track.

    One cool thing: It displays the font format and size I set on IMON.

    Now go for the icons, upper and lower bars etc.

    Good work in any case!

    :D
     

    Craymel

    Portal Member
    July 10, 2008
    43
    1
    Home Country
    Spain Spain
    Re: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    Thanks! im going to try it ;)
     

    1stdead

    Portal Pro
    February 1, 2008
    1,089
    139
    Copenhagen
    Home Country
    Denmark Denmark
    Re: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    Do you have files for MP 1.2 beta as well?

    Nvm. Seems to work fine :)
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    AW: iMON VFD MiniDisplay driver for MediaPortal 1.1.3

    I'm using it with MP 1.2 Beta.... works fine ;)
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom