Mercurial > public > hwos_code
comparison src/ostc3.inc @ 201:82faedf8fd58
lower minimum backlight in eco mode
author | heinrichsweikamp |
---|---|
date | Thu, 20 Nov 2014 20:32:36 +0100 |
parents | dcd513840c6c |
children | 34b8de21146c |
comparison
equal
deleted
inserted
replaced
200:dcd513840c6c | 201:82faedf8fd58 |
---|---|
186 #DEFINE ambient_light_max_high_15V .150 | 186 #DEFINE ambient_light_max_high_15V .150 |
187 #DEFINE ambient_light_min_high .35 | 187 #DEFINE ambient_light_min_high .35 |
188 #DEFINE ambient_light_max_medium .135 | 188 #DEFINE ambient_light_max_medium .135 |
189 #DEFINE ambient_light_min_medium .25 | 189 #DEFINE ambient_light_min_medium .25 |
190 #DEFINE ambient_light_max_eco .75 | 190 #DEFINE ambient_light_max_eco .75 |
191 #DEFINE ambient_light_min_eco .15 ; Must be the lowest value! | 191 #DEFINE ambient_light_min_eco .10 ; Must be the lowest value! |
192 | 192 |
193 ; IR Link timeout | 193 ; IR Link timeout |
194 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms | 194 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms |
195 | 195 |
196 ; Gaslist hard-coded limits | 196 ; Gaslist hard-coded limits |