Firefly开源社区

打印 上一主题 下一主题

rk3288 为什么没有设置自动调整背光的地方

47

积分

0

威望

0

贡献

游客

积分
47

rk3288 为什么没有设置自动调整背光的地方

发表于 2017-1-3 11:55:49      浏览:5096 | 回复:2        打印      只看该作者   [复制链接] 楼主
rk3288 为什么没有设置自动调整背光的地方
回复

使用道具 举报

615

积分

0

威望

0

贡献

技术大神

Rank: 3Rank: 3

积分
615
发表于 2017-1-3 18:13:02        只看该作者  沙发
<bool name="config_automatic_brightness_available">true</bool>

    <integer-array name="config_autoBrightnessLevels">
       <item>10</item>
       <item>85</item>
       <item>145</item>
       <item>320</item>
       <item>640</item>
       <item>1280</item>
       <item>2600</item>
       <item>10240</item>         
    </integer-array>

    <!-- Array of output values for LCD backlight corresponding to the LUX values
         in the config_autoBrightnessLevels array.  This array should have size one greater
         than the size of the config_autoBrightnessLevels array.
         The brightness values must be between 0 and 255 and be non-decreasing.
         This must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLcdBacklightValues">
          <item>10</item>
       <item>45</item>
       <item>80</item>
       <item>105</item>
       <item>150</item>
       <item>185</item>
       <item>220</item>
       <item>255</item>           
    </integer-array>
回复

使用道具 举报

9

积分

0

威望

0

贡献

技术小白

积分
9
发表于 2017-1-11 13:41:11        只看该作者  板凳
这是哪个文件
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表