tuxedo-rs icon indicating copy to clipboard operation
tuxedo-rs copied to clipboard

Add support for setting up the backlight

Open crisidev opened this issue 1 year ago • 9 comments

$ dbus-send --system --print-reply --dest=com.tux.Tailor /com/tux/Tailor com.tux.Tailor.Backlight.GetBacklightPercentage
method return time=1681388674.870710 sender=:1.47503 -> destination=:1.47571 serial=8 reply_serial=2
   byte 100

$ dbus-send --system --print-reply --dest=com.tux.Tailor /com/tux/Tailor com.tux.Tailor.Backlight.SetBacklightPercentage uint32:20
method return time=1681388658.398747 sender=:1.47503 -> destination=:1.47560 serial=7 reply_serial=2

$ dbus-send --system --print-reply --dest=com.tux.Tailor /com/tux/Tailor com.tux.Tailor.Backlight.GetBacklightPercentage
method return time=1681388674.870710 sender=:1.47503 -> destination=:1.47571 serial=8 reply_serial=2
   byte 20

crisidev avatar Apr 13 '23 12:04 crisidev