Quote:
Originally Posted by gilali
Code:
11: plato::frontlight::natural::NaturalFrontlight::set
at src/frontlight/natural.rs:90
12: plato::frontlight::natural::NaturalFrontlight::update
at src/frontlight/natural.rs:112
13: <plato::frontlight::natural::NaturalFrontlight as plato::frontlight::Frontlight>::set_intensity
at src/frontlight/natural.rs:121
14: plato::app::run
at src/app.rs:142
15: plato::main
at /home/ice/projects/plato/<quick_main macros>:4
|
Thanks, that's helpful and strange: it would seem that
lm3630a_led might not be the correct red led.
Could you run and provide the output of the following commands:
Code:
ls -d /sys/class/backlight/*
ls /sys/class/backlight/*/color
on your
Aura H₂O 2?
I'm asking this because I noticed that, on the
Aura ONE, I have 5
lm3630a directories and the ones that correspond to the white/red/green lights do not hold a
color file. And if I try to write something to the
brightness file of one of the other directories, it fails with:
sh: write error: No such device or address.