View Single Post
      12-22-2020, 09:31 AM   #211
hkleyman
First Lieutenant
hkleyman's Avatar
United_States
135
Rep
372
Posts

Drives: 2019 BMW X5 50i M-Sport
Join Date: Aug 2019
Location: Saint Paul, MN

iTrader: (0)

Quote:
Originally Posted by HEBREWHAMMER0913 View Post
A. Under LIC_LCI_COLOR_LIBRARY_DATA (360A):

1. Original hex values:

Byte 18 - D7
Byte 19 - 6E
Byte 20 - 14

Byte 23 - D7
Byte 24 - 6E
Byte 25 - 14

Byte 28 - D7
Byte 29 - 6E
Byte 30 - 14

2. New hex values:

Byte 18 - FF
Byte 19 - 00
Byte 20 - 00

Byte 23 - FF
Byte 24 - 00
Byte 25 - 00

Byte 28 - FF
Byte 29 - 00
Byte 30 - 00

B. Under LIC_LCI_COLOR_PROFILES_DATA (360D):

1. Original hex values:

Byte 2 - 01
Byte 3 - 00

Byte 16 - 04
Byte 17 - 00

New hex values:

Byte 2 - 01
Byte 3 - 03

Byte 16 - 03
Byte 17 - 01

I did this setup but I have panoramic sky lounge in my x5 and its red I wanted it to be blue any idea how to code that ?[/QUOTE]
Be careful setting zones to FF, there's a bug where if the two small ambient lights by the sunroof controls are set to FF, they will be dark after vehicle startup until you change the color.

Once shutting the vehicle off, it needs to fully sleep for around 15 minutes before you'll restart and see the lights don't come back. Again this seems to only impact the two small projector ambient lights next to the sunroof controls.

We found a workaround in the main tutorial and that's basically setting any value you want at full as FE instead of FF. You won't notice a difference in color but it avoids the bug.

Regarding the actual color of the light up sunroof itself, it's all trial and error. There are definitely some bytes in the mix that control them. I had to play around until I found which ones were which.
Appreciate 1
VipinLJ1949.00