View Single Post
      04-21-2014, 02:19 PM   #15
mikikuki7
First Lieutenant
mikikuki7's Avatar
United_States
74
Rep
342
Posts

Drives: Searching for X6M or M8
Join Date: Feb 2012
Location: South Texas

iTrader: (0)

Quote:
Originally Posted by wdimagineer
There are several options for the halo/angel eye brightness. They vary depending on whether the headlights are off (DRL), on, or in parking light mode.

All in BDC_BODY:

DRL:
MAPPING_TAGFAHRL_V_L_PWM_LEVEL_1
MAPPING_TAGFAHRL_V_R_PWM_LEVEL_1

Headlights On:
MAPPING_STANDL_V_L_PWM_LEVEL_1
MAPPING_STANDL_V_R_PWM_LEVEL_1

Parking Lights On:
MAPPING_PARKL_V_L_PWM_LEVEL_1
MAPPING_PARKL_V_R_PWM_LEVEL_1

Each takes a hexadecimal value for the brightness.

Defaults for DRL should be 64, which is 100%. Defaults for the other 2 should be 8.

So, 0% = 0, 25% = 19, 50% = 32, 75% = 4B, 100% = 64.

For those who don't speak German:
tagfahrlicht = daytime running light
standlicht = sidelight
parklicht = parking lights
You know what I noticed? When I walk to my car during the day and I press the unlock from key fob, the angels won't turn on! It only does it at night or when it's dark... Anyone has the same problem? May be a coding thing... I'll look into it as well!
Appreciate 0