summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/clight
Commit message (Collapse)AuthorAgeFilesLines
* clight: add recipeLI Qingwu2025-08-181-0/+31
| | | | | | | | | | | Clight allows to match backlight level to ambient brightness, computed by capturing frames from webcam or Ambient Light Sensors. It does also support adjusting external monitors and keyboard backlight. Moreover, it can manage your screen temperature, just like redshift does. Finally, it can dim your screen after a timeout and manage screen DPMS. Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clightd:add recipeLI Qingwu2025-08-181-0/+40
| | | | | | | | | Clightd is a bus interface that lets you easily set/get screen brightness, gamma temperature and display dpms state. Moreover, it enables getting ambient brightness through webcam frames capture or ALS devices. Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodule: add recipeLI Qingwu2025-08-182-0/+84
libmodule offers a small and simple C implementation of an actor library that aims to let developers easily create modular C projects in a way which is both simple and elegant. Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn> Signed-off-by: Khem Raj <raj.khem@gmail.com>