|
||||
Re: Lumos Settings
did my post get deleted?
i use really low "high" light settings i like my screen bright whenever they is any light maybe this is a double thread?
__________________
Phone: Nexus 6p | Carrier: StraightTalk Att
Kernel: Stock | ROM: Stock Oreo |
|
||||
Re: Lumos Settings
heres my settings.txt, it looks like im the only one whos changed the BL minimum below to 1, this sets my device to the dimmest possible in a no light situation (in bed in complete dark) i like it like that cuz its easier on my eyes in the dark and not so bright to bother my wife or baby when i'm laying next to them, if any light shows up then it goes to my minimum of 3 (i thought i had this set to 2)
Code:
////////////////////////// //// L*U*M*O*S /////////// ////////////////v10 RC2 // ////////////////////////// //by NIKER - Elite Force// ////////////////////////// ///** You need to disable built-in auto-backlight or this won't probably work **/// // Unlike other applicatios, this program doesn't use current light values but interpolates between 4 last reads, keep this on mind while setting up, last 4 reads are averaged to eliminate luminosity spikes and thus save power. // This file was compiled in Lumos version VERSION = 10 LANGUAGE = EN // 1 = Enable Lumos while charging // 0 = Disable Lumos while charging USE_ON_AC_POWER = 0 // Minimum possible lumens reading from the sensor(raphael 0) MIN_BL_LUMENS = 0 // Maximum possible lumens reading from the sensor (raphael about 750) MAX_BL_LUMENS = 1466 // You can effectively cap minimum and maximum range of backlight changes here. Minimum backlight you want to automatically set (1 is lowest on raphael). Maximum backlight you want to automatically set (10 is highest on raphael). MIN_BACKLIGHT = 3 MAX_BACKLIGHT = 8 // Delay between sensor reads in ms (default 1500), more saves battery power but provides slower response on light change. Less means smoother and faster backlight changes but may require excessive amout of CPU time and battery. NOTE that this is interval of reading sensor and setting up display is set in multiplies of this interval. POLLING_INTERVAL = 1000 // How many polls to wait before display brighntess is set? 0 means on every poll, 1 means on every second poll, 2 means on every 3rd poll. (default 1). Higher values conserve battery power but increase the delay between backlight changes. EXTRA_POLLS_BEFORE_SET = 1 // Display backlight tolerance means the brighntess will not change until a change higher than this value is required. Example: brightness is 4 and tolerance 1, new brightness is 5 (5-4=1 -> discarted),new brightness is 6 (6-4=2 -> set). This conserves battery power on only mild light condition changes. BACKLIGHT_TOLERANCE = 0 // Disregard the MIN/MAX_BACKLIGHT under this luminosity value and set minimal possible brightness (0 to disable) DIM_TO_MINIMUM_BELOW = 1 // apply exception only for active window (extra pinvoke overhead) EXCEPTION_ONLY_ACTIVE_WINDOW = 0 // BL MODE OVERRIDE 0=linear,1=quadratic,2=logaritmic,3=manual BACKLIGHT_MODE = 2 // manual backlight settings MANUAL1 = 0 MANUAL2 = 0 MANUAL3 = 0 MANUAL4 = 0 MANUAL5 = 0 MANUAL6 = 0 MANUAL7 = 0 MANUAL8 = 0 MANUAL9 = 1466 MANUAL10 = 1466 // Sample program exceptions (Remove the //): // EXCPRG: Window Name, brightness_level // EXCPRG: MemMaid, 10 // Sample class exception, 2 possible variants, CLS=classname only, CLP=classname+windowname (Remove the //): // EXCCLS: class_Name, 5 // EXCCLP: class_Name, 7 // LumosWizard generated program exceptions:
__________________
Last edited by t0mmyr; 08-27-2009 at 12:55 PM. |
|
|
|