summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2011-10-25 17:54:35 -0700
committerArve Hjønnevåg <arve@android.com>2011-11-01 20:09:10 -0700
commit35caa5b03a07682581f5ecc591142c73fc5a8781 (patch)
tree48360ff5fa8180f283e2352f0255641742ccb1c9 /overlay
parentecd424f0651acaa0ce0687c3efc9bc5cd885159e (diff)
downloaddevice_samsung_tuna-35caa5b03a07682581f5ecc591142c73fc5a8781.zip
device_samsung_tuna-35caa5b03a07682581f5ecc591142c73fc5a8781.tar.gz
device_samsung_tuna-35caa5b03a07682581f5ecc591142c73fc5a8781.tar.bz2
sensors: Return a calculated lux value instead using the current 8 entry table
The light sensor now uses the lux to current formula in the datasheet, I = 10 * log(Ev) uA, and multiplies the result by 4 as an attempt to correct for the glass in front of the sensor. Also update the config_autoBrightnessLevels table so the auto brightness change occurs at the same adc values as before (or close for 7.2 lux). Change-Id: I121ce0f23dca093c9607ac9447b9263f48507a09
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 55c3d45..5110ae8 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -64,11 +64,11 @@
Must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessLevels">
- <item>100</item>
- <item>200</item>
- <item>400</item>
- <item>1000</item>
- <item>3000</item>
+ <item>7</item>
+ <item>107</item>
+ <item>244</item>
+ <item>440</item>
+ <item>4080</item>
</integer-array>
<!-- Array of output values for LCD backlight corresponding to the LUX values