Remove highlight

Description

What is the parameter that controls the highlighting when an object is focused?

What MCU/Processor/Board and compiler are you using?

TFT Simulator on Visual Studio Code

What LVGL version are you using?

7.0.0

What do you want to achieve?

Remove the blue highlight when an object is focused.

What have you tried so far?

Changing the LV_STATE_FOCUSED style parameters.

It would most likely be the border or outline.

1 Like

It was the outline, thank you!

Can I change the default globally?

You could do that by extending the theme, I believe, and then setting the outline styles on every object that passes through there.

1 Like