Applet Manager services: Difference between revisions
Line 1,165: | Line 1,165: | ||
=== GetCurrentIlluminance === | === GetCurrentIlluminance === | ||
No input, returns an output float. | No input, returns an output float. | ||
Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue, where only the output float is used. | |||
=== IsIlluminanceAvailable === | === IsIlluminanceAvailable === | ||
No input, returns an output u8 bool. | No input, returns an output u8 bool. | ||
Uses [[Backlight_services|lbl]] command IsAmbientLightSensorAvailable. | |||
User-processes can use this to determine whether to continue with using GetCurrentIlluminance(Ex). | |||
=== GetCurrentIlluminanceEx === | === GetCurrentIlluminanceEx === | ||
No input, returns an output u8 bool and float. | No input, returns an output u8 bool and float. | ||
Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue. | |||
=== SetAlbumImageTakenNotificationEnabled === | === SetAlbumImageTakenNotificationEnabled === |