| |||||||
| Support Support for external displays. |
![]() |
| | Thread Tools | Display Modes |
| | #111 (permalink) | |
| Portal Member | Quote:
Code 0x5000000000000008 turns the display completely off. Nothing displayed and backlight off. See here and here for more details on the 0x50 and 0x51 control words | |
| |
| | #112 (permalink) | |||||||
| Portal Developer Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts
Country: | Quote:
Also... you will never get it to a point where the display updates as fast as you surf from menu to menu.... the externaldisplay thread (that feeds data to the display driver) runs at the lowest possible priority... so when media portal is busy (changing the screen or pling media) the display thread will be suspended for longer periods of time... causing the lag... Quote:
Quote:
Quote:
The strange thing is that the Antec VFD software opens the SG_RC.dll file, sets up the IR hardware and then never calls the library again... it seems to communicate directly with the display driver... so getting things working is time-consuming and difficult. Quote:
Quote:
Quote:
[/quote] And... without further delay... the newest version of the driver. FIXED: code that checks the VFD or iMON process was throwing exceptions in some instances... (I needed to do a complete uninstall to duplicate this one...) FIXED: The display detection routine threw exceptions under certain conditions. FIXED: critical process mutex was not functioning correctly, causing intermittent display corruption. CHANGED: updated the icon thread to sleep less and send less duplicate data to the display, hopefully speeding the display slightly. Last edited by cybrmage; 2008-03-14 at 08:10. | |||||||
| |
| | #113 (permalink) |
| Portal Member Join Date: Jan 2007 Age: 24
Posts: 67
Thanks: 0
Thanked 4 Times in 4 Posts
Country: | Wah, this one works flawlessly for me ![]() You've even be so kind to add an option for the disc icon, thank you for that ![]() That problem with the cd happens to me with a dvd, and yes that's a rc2 issue as rc1 doesn't have this problem icw this plugin. I think the plugin is quite ready now, I'm not sure if any of the icons are not mapped yet? seen most of them work now. |
| |
| | #114 (permalink) | ||||||||
| Portal Member Join Date: Dec 2006 Location: Melbourne Age: 33
Posts: 26
Thanks: 3
Thanked 0 Times in 0 Posts
Country: | Quote:
![]() Quote:
Quote:
Quote:
any chance you could add in the ability to do these via an external file (if specified under advanced settings, otherwise default to the standard)? I'd be more than happy to create some fontsets for people to have a play with [see below for further font development] ok here's a start on a basic fontset.... thus far only a-z, A-Z, 0-9 and some punctuation has been done (apologies to those who require a full set - I'll try to finish it up asap) - let me know your thoughts and I'll finish it up - if nothing else this was a simple proof of concept, if anyone's interested in a specific type of font (e.g. bold slab serif) then let me know and I'll see what I can do - keeping in mind that it's quite limiting at this pixel size http://blogs.igeek.com.au/DarkAz/code/iMONLCDg_09_12_2007_NewFont.zip Last edited by darkaz; 2007-09-12 at 16:47. Reason: Automerged Doublepost | ||||||||
| |
| | #115 (permalink) |
| Portal Member Join Date: Jan 2007 Age: 24
Posts: 67
Thanks: 0
Thanked 4 Times in 4 Posts
Country: | Nice font, looks way better this way! I got some time and tried to make some icons for weather/settings/my tv/my dvd/my movies/my pictures/etc. I'll add them as attachement, each one 16x16, comments welcome ![]() Last edited by iSP; 2007-09-13 at 03:02. |
| |
| | #116 (permalink) |
| Portal Member Join Date: Dec 2006 Location: Melbourne Age: 33
Posts: 26
Thanks: 3
Thanked 0 Times in 0 Posts
Country: | Thanks - guess that means I'd better finish it off?Think we need to incorporate a way to choose a font to load rather than having to recompile varsions just to change the font <nudge><nudge> Great start - I'll have a play with them tonight and add in some that I've already started - next question (for CybrMage) is how do you want to store the icons? as four 8x8 icons in a similar format to the font characters? or differently? |
| |
| | #117 (permalink) |
| Portal Developer Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 83 Times in 39 Posts
Country: | Here is todays version of the plugin: Added: Ability to use a custom font an XML file (option on Advanced Settings page) Added: Ability to use "Large Icons" and customized "Large Icons" (option on Advanced Settings Page) The Custom Font is stored in an XML file (ExternalDisplay_imonlcdg_font.xml) in the main MediaPortal directory. If you select the "Use Custom Font" option, and a font file does NOT exist, one will be created with the data from the internal font. The font data is configured as 6 columns of data, drawn left to right with the LSB of each column being the top row of pixels (a holdover from RaplhY's original font data.) The font file that is included in the archive contains the font created by Darkaz. The Custom "Large Icons" (16 x 16 - placed to the left of the display) are stored in an XML file (ExternalDisplay_imonlcdg_icons.xml) in the main MediaPortal directory. If you select the "Use Custom Large Icons" option and an icon file does NOT exist, one will be created that contains the internal "Large Icon" data. If you want to use the "Large Icons", set the text width to 13 instead of 16... so that the text alignment performed by the ExternalDisplay core does not force data off the screen. Currently, there are no internal icons defined, just two icons (solid box and outlined box) for testing purposes. There is support for up to 10 icons, but only the first 6 are currently used. They are defined as follows: 0 = IDLE 1 = TV 2 = MOVIE (DVD actually) 3 = MUSIC 4 = VIDEO 5 = RECORDING (only displays when MediaPortal is otherwise idle) The Icon Data is configured as two rows of 16 columns ( Line 1 is IData0 thorough IData15, line 2 is IData16 through IData31, for pixel data - LSB is the bottom row of pixels [the displays native format].) drawn left to right, top to bottom. The data is stored in the XML file as decimal values. Last edited by cybrmage; 2008-03-14 at 08:10. |
| |
| | #120 (permalink) |
| Portal Member Join Date: Aug 2006 Location: Quebec Age: 40
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | I will receive a HTPC in few days. It will be my first one and want to try Mediaportal... I read for days this forum. I've seen this thread and I'm happy to note than the GDO1 MXR interest so many people. Thanks to you (and you are rapid besides all) |
| |
![]() |
| Bookmarks |
| Tags |
| driver, imon, lcd, soundgraph, updated |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fernbedienung - Soundgraph iMon | robbie | Media Portal - Support | 3 | 2008-08-21 12:05 |
| MediaPortal & iMON ULTRA Bay (Soundgraph) | Testudo | Media Portal - Allgemeines | 27 | 2008-02-04 13:10 |
| soundgraph imon direction pad sensitivity | Sentinel | General Support | 4 | 2007-10-13 14:32 |
| Driver Available for Soundgraph OEM LCD / UltraBay | ralphy | Support | 38 | 2007-08-30 23:58 |
| Soundgraph iMon remote direct my xx buttons | DonBogo | General | 4 | 2006-12-10 01:46 |