screen calibration
#1
http://kodi.wiki/view/Window_IDs

Can someone tell me what this button do exactly:
screencalibration WINDOW_MOVIE_CALIBRATION 10011 11 SettingsScreenCalibration.xml

my aim, is to launch "calibration" so user can calibrate their screen for best fit XBMC
Reply
#2
Code:
import xbmc
xbmc.executebuiltin('ActivateWindow(screencalibration)')
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
screen calibration0