EVBob wrote: ↑Mon Sep 10, 2018 7:13 am
For 2018, the 10.25 screen has a higher resolution of 1,440 × 540 (vs 1280x480 for 2014-2017) as well as an update idrive unit to support the higher resolution. I am not sure a 2014-2017 i3 can use this higher resolution screen nor am I sure a 2018 could use the lower resolution 10.25 screen -- however if you have the means to try it out, please post your findings!
..."
I have problems with replacing the screen on my 2019 i3s. I have the 6,5 screen and the headunit is named HU_ENTRYNAV2 i e-sys
There is no HU_NBT > 3000 HMI > DISPLAY_SIZE_RESOLUTION or like availible but I have found out from f30 forum-coding that there is some resolutionssettings in HU_ENTRYNAV2 > 3005 Display_pip_config
The default settings for 6,5 screen is
HU_ENTRYNAV2 > 3001 EXBOX > DISPLAY_VARIANTE = schmales_display
HU_ENTRYNAV2> 3005 Display_pip_config > CID_DISPLAY_RES = 800_480
HU_ENTRYNAV2 > 3005 Display_pip_config > CID_DISPLAY_SIZE = 6_5
The default settings for 10,25 screen (navi professional) is
HU_NBT_EVO > 3001 EXBOX > DISPLAY_VARIANTE = breites_display
HU_NBT_EVO > 3005 Display_pip_config > CID_DISPLAY_RES = 1440_540
HU_NBT_EVO > 3005 Display_pip_config > CID_DISPLAY_SIZE = 10_25
When I swap screens and code like the HU_NBT_EVO I get No signal error
HU_ENTRYNAV2 > 3001 EXBOX > DISPLAY_VARIANTE = breites_display
HU_ENTRYNAV2 > 3005 Display_pip_config > CID_DISPLAY_RES = 1440_54
HU_ENTRYNAV2 > 3005 Display_pip_config > CID_DISPLAY_SIZE = 10_25
HU_ENTRYNAV2 > 3005 Display_pip_config > CID_DISPLAY_RES = 1280_480.
All combinations gives "No Signal"
Maybe I need to get my hands on an older 2017 (1280) screen to test if HU_ENTRYNAV2 can drive that one.
Anyone with ideas?