Presto ambient backlight leds - not able to control

Problem solved!
Question: any idea howto get the 7 leds show a steady color?

Hey. I’m not exactly sure what you mean by “steady color”, but in case you mean a stable color that does not change depending on what the screen is showing, then you need to disable the ambient mode and call presto.set_led_rgb method yourself with the color you want (separately for each led, you can find some examples in the presto repo).

In case it was not clear, the ambient mode is meant to change dynamically depending on what colors are on the screen. If you don’t want that, then don’t turn it on.

Thank you for your reply! I don’t know if you read the first line: Problem solved!