View Single Post
      07-31-2016, 01:30 PM   #139
userix
New Member
3
Rep
15
Posts

Drives: 550i
Join Date: Apr 2011
Location: la

iTrader: (0)

Quote:
Originally Posted by wdimagineer View Post
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
I recently tried coding these and it didn't make the halos 100% bright with the low beams on. Has anyone else had success with coding for full brightness halos?
Appreciate 0