Backlight services: Difference between revisions
No edit summary |
Findings related with playing with the lbl service. Thanks to CTCaer for coming up with names |
||
Line 12: | Line 12: | ||
| 2 || | | 2 || | ||
|- | |- | ||
| 3 || | | 3 || GetCurrentBacklightLevel | ||
|- | |- | ||
| 4 || | | 4 || | ||
|- | |- | ||
| 5 || | | 5 || GetAlsComputedBacklightLevel | ||
|- | |- | ||
| 6 || TurnOnBacklight | | 6 || TurnOnBacklight | ||
Line 36: | Line 36: | ||
| 14 || | | 14 || | ||
|- | |- | ||
| 15 || | | 15 || GetAutoBrightnessSetting | ||
|- | |- | ||
| 16 || ReadRawLightSensor | | 16 || ReadRawLightSensor | ||
Line 64: | Line 64: | ||
| 28 || [3.0.0+] [[#GetVrMode]] | | 28 || [3.0.0+] [[#GetVrMode]] | ||
|} | |} | ||
==GetCurrentBacklightLevel== | |||
No input. Returns an output u32 int of the current backlight level. | |||
==GetAlsComputedBacklightLevel== | |||
No input. Returns an output u32 int of the backlight level computed from the AL sensor. | |||
==GetAutoBrightnessSetting== | |||
No input. Returns an output u8 bool indicating whether auto brightness is enabled. | |||
==EnableVrMode== | ==EnableVrMode== |