mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-20 17:35:39 +02:00
module/backlight: new module
This commit is contained in:
parent
5306ebd4ed
commit
1929099ca4
4 changed files with 239 additions and 0 deletions
6
modules/backlight/backlight.h
Normal file
6
modules/backlight/backlight.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_backlight(const char *device, struct particle *label);
|
Loading…
Add table
Add a link
Reference in a new issue