mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ peripheral_manager ]
-------------------------------------------------------------------------------
* 15ba90f Add support for external LED application.
* da6eb1d Add functionality to change default brightness for SK9822 LEDs.
-------------------------------------------------------------------------------
commit 15ba90f01914113e7c5e8f8a6df6279c882e8265
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2021-05-11 09:52:55 +0200
Add support for external LED application.
Add support for a callback script/application to control LEDs.
This commits adds the ability to control a LED via an external application.
The API is simple and is described in
'iopsys-brcm63xx-arm/tiger/base-files/sbin/external_led_ctrl.sh'.
To avoid unnecessary execution of the callback-script, logic has been added
to keep track on when to update the LEDs.
Base directory -> /
src/gpio_led.c | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 132 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit da6eb1d6c0fd03d45cbf5213acd5c2ff07b45bf5
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2021-05-11 09:40:00 +0200
Add functionality to change default brightness for SK9822 LEDs.
This commit adds the 'sk9822_brightness_file' option. The option can be used
to adjust the default maximum brightness for the SK9822 LED driver.
Base directory -> /
src/gpio_led.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
52ff5c79dd
commit
52809e1e94
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager
|
|||
PKG_VERSION:=1.0.6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_VERSION:=785166a9861a119623556163179915727896156b
|
||||
PKG_SOURCE_VERSION:=15ba90f01914113e7c5e8f8a6df6279c882e8265
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/peripheral-manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue