宝马8寸屏幕修改为 10 寸全屏 CarPlay 代码

[Screen]
UUID=e5f7a68d-7b0f-4305-984b-974f677a150b
Width=1280
Height=480
MaxFPS=60
PhysicalWidth=243
PhysicalHeight=78
LimitedUI=softKeyboard,softPhoneKeypad,nonMusicLists,musicLists,japanMaps
PPSServicePath=/pps/services/multimedia/renderer/control
NativeWindow=NO
WindowName=1280
VideoURL=screen:/any?winid=1280&nodstviewport=0&dstx=0&dsty=0&dstw=1280&dsth=480
上面代码是8寸屏幕信息,改成10寸的如下:

  1. Width 改为1440
  2. Height 改为 540
  3. PhysicalWidth 改为 244
  4. PhysicalHeight 改为 91
  5. VideoURL=screen:/any?winid=1280&nodstviewport=0&dstx=0&dsty=0&dstw=1280&dsth=480
  6. 改为
  7. VideoURL=screen:/any?winid=1280&nodstviewport=0&dstx=0&dsty=0&dstw=1440&dsth=540

复制代码

评论 抢沙发

请登录后发表评论

    请登录后查看评论内容