| |||||||
| Support Support for external displays. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #11 (permalink) |
| Portal Developer Join Date: Feb 2007 Location: Hamburg Age: 34
Posts: 496
Thanks: 26
Thanked 40 Times in 14 Posts
Country: | @cybrmage: Thanks you for the test patch. It helps here as well ![]() Can you please provide me with the changes you did to the sources? I would like to have a look at it. Or even better: Are you able to create that patch abstract enough that we can integrate it into SVN (for mp 1.0). Abstract means the patch should help everyone that has such a display... but it should not change anything for all the others ![]() Thanks again Lars
__________________ Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically. Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin! |
| | |
| |
| | #12 (permalink) |
| Portal Developer Join Date: Feb 2007 Location: Hamburg Age: 34
Posts: 496
Thanks: 26
Thanked 40 Times in 14 Posts
Country: | Bump! ![]()
__________________ Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically. Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin! |
| | |
| | #13 (permalink) |
| Portal Developer Join Date: May 2007
Posts: 498
Thanks: 1
Thanked 76 Times in 39 Posts
Country: | This replaces the Setup function in LCDHypeWrapper.cs Code: public void Setup(string _port, int _lines, int _cols, int _time, int _linesG, int _colsG, int _timeG,
bool _backLight, int _contrast)
{
if (info.SupportLightSlider & !info.SupportContrastSlider)
{
// use the contrast slider to control backlight
m_tDllReg.InvokeMember("LCD_SetIOPropertys", BINDING_FLAGS, null, null,
new object[]
{ _port, _time, _timeG, _cols, _lines, _colsG, _linesG,
info.SupportLightSlider, (byte) _contrast,
false, (byte)127,
0, false, false
});
}
else
{
// use the contrast slider to control contrast
m_tDllReg.InvokeMember("LCD_SetIOPropertys", BINDING_FLAGS, null, null,
new object[]
{ _port, _time, _timeG, _cols, _lines, _colsG, _linesG,
_backLight, (byte) 127,
info.SupportContrastSlider, (byte) _contrast,
0, false, false
});
}
}
P.S.: Since I'm the only person (apparently) still working on the ExternalDisplay plugin... Mayby arrangements should be made for SVN access... |
| | |
| This User Say Thank You: |
| | #14 (permalink) |
| Portal User Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | That worked for me too. Thanks a lot! Will I have to copy the file found in this thread over any existing one whenever I upgrade Media Portal? Os is this fixed checked-in and included in future versions? |
| | |
| | #15 (permalink) |
| Portal Member | Hi, just wondering if this brightness fix for the IRTrans display is ever going to be included in future SVN/Final versions of MediaPortal? I'm still having to copy this replacement ProcessPlugins file with the fix over the one included with SVN versions. Will copying this replacement file over cause me to miss out on other fixes/changes that may have been implemented since this replacement file? Regards, Trav. |
| | |
| | #16 (permalink) |
| Portal Developer Join Date: Feb 2007 Location: Hamburg Age: 34
Posts: 496
Thanks: 26
Thanked 40 Times in 14 Posts
Country: | Hi. I would like to put this in SVN, but I don't know this part of MP good enough to be sure that it does not break the support for other display types... CU Lars
__________________ Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically. Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin! |
| | |
| | #20 (permalink) |
| Portal Member Join Date: Mar 2007
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | It is not fixed in 1.0.0.0 RC1. I still need to copy back the fixed ProcessPlugins.dll every time I install a weekly build. I'm keeping my fingers crossed that it'll be fixed in the final 1.0 and if not I hope that the old dll doesn't break anything in 1.0. |
| | |
![]() |
| Bookmarks |
| Tags |
| andgt, brightness, contrast, fixed, irtrans, low |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I alter Hue, contrast, brightness and the other one? | Jimi | General Support | 3 | 2006-11-05 07:34 |
| Brightness, contrast, sharpness, and gamma | 1AJ1 | MediaPortal 1 Talk | 7 | 2006-10-30 20:21 |
| Adjust brightness, contrast, sharpness (for TV)... | ivankurac3 | Codecs, External Players | 7 | 2006-09-15 14:10 |
| Adjusting brightness and contrast from keyboard | Blutarsky | General Support | 2 | 2006-06-27 11:52 |
| Change brightness and contrast | mr.white | Improvement Suggestions | 1 | 2006-05-23 17:19 |