Improve LED brightness control in ES.

This commit is contained in:
fewtarius 2023-09-20 12:32:24 +00:00
parent 33a53ff9d4
commit d961601fb9
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 1 deletions

View file

@ -161,6 +161,7 @@ case $1 in
;;
brightness)
set_setting led.brightness ${2}
ledcontrol $(get_setting led.color)
;;
*)
COLOR=$(get_setting led.color)

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="b901422"
PKG_VERSION="ae6d295"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"